summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorTeppo Kurki <teppo.kurki@vaadin.com>2015-06-11 11:28:50 +0300
committerTeppo Kurki <teppo.kurki@vaadin.com>2015-06-11 09:32:39 +0000
commit2e6ecec3dff65a43ef5f6e186058119d4bc72bf4 (patch)
tree26580be772b017f618f8e55a9c56484fb8c56c12 /WebContent
parent640dd28d217800c3ad56eeb20d7d40b4f7615224 (diff)
downloadvaadin-framework-2e6ecec3dff65a43ef5f6e186058119d4bc72bf4.tar.gz
vaadin-framework-2e6ecec3dff65a43ef5f6e186058119d4bc72bf4.zip
Fixes search-CB resizing on each layout (Firefox&Chameleon) (#18236)
Change-Id: I50a6c8094b16984114010c400f3485ac76da5cb7
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/chameleon/components/selects/selects.scss1
1 files changed, 1 insertions, 0 deletions
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 {