Skip to content

Commit 6ce100a

Browse files
committed
CSS: fix inconsistent height of the input field in the navbar
1 parent bed9605 commit 6ce100a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

archmanweb/static/archmanweb/base.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
line-height: 14px !important;
55
padding: 14px 15px 0px !important;
66
}
7+
#archnavbar input {
8+
border: none;
9+
height: 17px;
10+
line-height: 14px !important;
11+
}
712

813
/* simple reset */
914
* {

0 commit comments

Comments
 (0)