Browse Source

Fixes search-CB resizing on each layout (Firefox&Chameleon) (#18236)

Change-Id: I50a6c8094b16984114010c400f3485ac76da5cb7
tags/7.6.0.alpha2
Teppo Kurki 9 years ago
parent
commit
2e6ecec3df

+ 1
- 0
WebContent/VAADIN/themes/chameleon/components/selects/selects.scss View File

@@ -73,6 +73,7 @@ $select-button-negative-width : -16px;
.#{$primaryStyleName}-search .#{$primaryStyleName}-button {
width: 0;
overflow: hidden;
margin-right: 0;
}

.#{$primaryStyleName}-prompt .#{$primaryStyleName}-input {

Loading…
Cancel
Save