Skip to content

Commit fd0821f

Browse files
committed
Fix height of find-crate input
1 parent 9f6807d commit fd0821f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ div.nav-container {
135135
font-size: 0.8em;
136136
text-align: right;
137137
box-shadow: none;
138-
height: 32px;
138+
height: 31px;
139139
display: none;
140140
@media #{$media-sm} {
141141
display: block;

0 commit comments

Comments
 (0)