From 1032b08277450c2f58ddffb7db866eae4c3f0130 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leif=20=C3=85strand?= Date: Mon, 20 Feb 2012 11:39:45 +0200 Subject: [PATCH] Don't let icon affect undefined wide combo box (#8313) --- WebContent/VAADIN/themes/reindeer/select/select.css | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.39.5