From eef1d32b04f341896d57a1cba319067b25614680 Mon Sep 17 00:00:00 2001 From: mhartington Date: Wed, 11 Feb 2015 13:08:34 -0500 Subject: [PATCH] fix(navButtons): fixed case where buttons would display under each other in 4.4 --- scss/_bar.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scss/_bar.scss b/scss/_bar.scss index 5dffcfd785..808113c8d8 100644 --- a/scss/_bar.scss +++ b/scss/_bar.scss @@ -241,9 +241,11 @@ } .buttons-left span { margin-right: 5px; + display: inherit; } .buttons-right span { margin-left: 5px; + display: inherit; } // Place the last button in a bar on the right of the bar