Skip to content

Commit 21f8ab2

Browse files
authored
Fix responsiveness of header (graphql#957)
1 parent ae75b89 commit 21f8ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/css/_css/graphql.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ p code {
119119

120120
header {
121121
.headline-font(@size: 15px);
122-
height: 50px;
122+
min-height: 50px;
123123
background: white;
124124
box-shadow: inset 0 -1px 0 0px rgba(0, 0, 0, 0.1);
125125
z-index: 10;

0 commit comments

Comments
 (0)