From d52804368f34d56600d9bb4cb805d2c0c17619bd Mon Sep 17 00:00:00 2001 From: Yuriy Artamonov Date: Thu, 19 Sep 2013 16:00:37 +0000 Subject: [PATCH] If groupbox attribute collapsable="true" part of caption become hidden behind border #PL-2668 --- modules/web/themes/havana/components/groupbox/groupbox.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/web/themes/havana/components/groupbox/groupbox.scss b/modules/web/themes/havana/components/groupbox/groupbox.scss index 37a8810b4d..c27bf71f05 100644 --- a/modules/web/themes/havana/components/groupbox/groupbox.scss +++ b/modules/web/themes/havana/components/groupbox/groupbox.scss @@ -58,9 +58,9 @@ .#{$primaryStyleName}-expander { width: 9px; height: 9px; - float: left; cursor: pointer; - margin-top: 4px; + display: inline-block; + margin-top: 2px; margin-right: 2px; background: transparent; background-repeat: no-repeat;