Skip to content

Commit 50ccb77

Browse files
authored
fix(graphiql): fix icon alignment issue (#1347)
1 parent 4535dab commit 50ccb77

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

postgraphiql/src/index.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
@import '~graphiql/graphiql.css';
22

3-
html, body, #root {
3+
html,
4+
body,
5+
#root {
46
height: 100%;
57
margin: 0;
68
overflow: hidden;
79
width: 100%;
810
}
11+
12+
/* Fix weird search alignment issue */
13+
.graphiql-container .search-box:before {
14+
line-height: 1em;
15+
top: 1px;
16+
}

0 commit comments

Comments
 (0)