fix: #7226, added placeholder styling for fa-nbb-none

v1.18.x
Julian Lam 6 years ago
parent f96ef7bbff
commit 87c2d10811

@ -1,4 +1,13 @@
#navigation {
.fa-nbb-none {
display: inline-block;
width: 16px;
height: 16px;
border: 2px dashed #aaa;
position: relative;
top: 0.2em;
}
#active-navigation {
float: none;
min-height: 50px;

Loading…
Cancel
Save