* Revert "Revert "Upgrade Primer CSS to 16 (#18713)""
This reverts commit c01d3e302e.
* Add a hack to handle trashcan icon in translated content
9 lines
124 B
SCSS
9 lines
124 B
SCSS
//
|
|
// GraphiQL wrapper
|
|
//
|
|
iframe#graphiql {
|
|
width: 100%;
|
|
height: 715px;
|
|
border: 1px solid var(--color-auto-gray-3);
|
|
}
|