Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
9 lines
104 B
SCSS
9 lines
104 B
SCSS
//
|
|
// GraphiQL wrapper
|
|
//
|
|
iframe#graphiql {
|
|
width: 100%;
|
|
height: 715px;
|
|
border: 1px solid #ddd;
|
|
}
|