From: Leif Åstrand Date: Mon, 20 Feb 2012 09:39:45 +0000 (+0200) Subject: Don't let icon affect undefined wide combo box (#8313) X-Git-Tag: 7.0.0.alpha2~434^2~30 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1032b08277450c2f58ddffb7db866eae4c3f0130;p=vaadin-framework.git Don't let icon affect undefined wide combo box (#8313) --- diff --git a/WebContent/VAADIN/themes/reindeer/select/select.css b/WebContent/VAADIN/themes/reindeer/select/select.css index c71de8fbc0..4b444262fe 100644 --- a/WebContent/VAADIN/themes/reindeer/select/select.css +++ b/WebContent/VAADIN/themes/reindeer/select/select.css @@ -17,6 +17,9 @@ .v-window input.v-filterselect-input, .v-popupview-popup input.v-filterselect-input { padding: 4px 0 4px 2px; + width: 128px; + box-sizing: border-box; + -moz-box-sizing: border-box; } .v-filterselect-prompt .v-filterselect-input { font-style: normal;