From 6369f5f173fb81ec692213782945cc737e248da5 Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Sun, 14 Feb 2016 14:49:39 -0500 Subject: [PATCH] Fix the Select2 logo With the update to Bootstrap it was forcing the Select2 text down. --- docs/_sass/_nav.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_sass/_nav.scss b/docs/_sass/_nav.scss index 27779c43..40fd17ce 100644 --- a/docs/_sass/_nav.scss +++ b/docs/_sass/_nav.scss @@ -9,7 +9,8 @@ .navbar-brand { font-weight: 500; - img { + > img { + display: inline; margin-right: 4px; } }