1
0
mirror of synced 2024-11-25 22:36:03 +03:00

Fix the Select2 logo

With the update to Bootstrap it was forcing the Select2 text down.
This commit is contained in:
Kevin Brown 2016-02-14 14:49:39 -05:00
parent 81a4a68b11
commit 6369f5f173

View File

@ -9,7 +9,8 @@
.navbar-brand { .navbar-brand {
font-weight: 500; font-weight: 500;
img { > img {
display: inline;
margin-right: 4px; margin-right: 4px;
} }
} }