From: Teppo Kurki Date: Thu, 11 Jun 2015 08:28:50 +0000 (+0300) Subject: Fixes search-CB resizing on each layout (Firefox&Chameleon) (#18236) X-Git-Tag: 7.6.0.alpha2~6^2~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2e6ecec3dff65a43ef5f6e186058119d4bc72bf4;p=vaadin-framework.git Fixes search-CB resizing on each layout (Firefox&Chameleon) (#18236) Change-Id: I50a6c8094b16984114010c400f3485ac76da5cb7 --- diff --git a/WebContent/VAADIN/themes/chameleon/components/selects/selects.scss b/WebContent/VAADIN/themes/chameleon/components/selects/selects.scss index 767daa7f42..fc51e8a779 100644 --- a/WebContent/VAADIN/themes/chameleon/components/selects/selects.scss +++ b/WebContent/VAADIN/themes/chameleon/components/selects/selects.scss @@ -73,6 +73,7 @@ $select-button-negative-width : -16px; .#{$primaryStyleName}-search .#{$primaryStyleName}-button { width: 0; overflow: hidden; + margin-right: 0; } .#{$primaryStyleName}-prompt .#{$primaryStyleName}-input {