8
0
mirror of https://github.com/key-networks/ztncui.git synced 2024-08-31 04:28:00 +00:00

Navbar height fix

This commit is contained in:
lideming
2020-12-03 01:46:23 +08:00
parent e0e84deb92
commit 8edaa9aa81

View File

@@ -118,3 +118,6 @@ input[type=radio] {
background-image: none;
}
.navbar-nav > li > a {
height: 50px;
}