Skip to content

Commit 6369f5f

Browse files
committed
Fix the Select2 logo
With the update to Bootstrap it was forcing the Select2 text down.
1 parent 81a4a68 commit 6369f5f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/_sass/_nav.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
.navbar-brand {
1111
font-weight: 500;
12-
img {
12+
> img {
13+
display: inline;
1314
margin-right: 4px;
1415
}
1516
}

0 commit comments

Comments
 (0)