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;