]> source.dussan.org Git - vaadin-framework.git/commitdiff
Don't let icon affect undefined wide combo box (#8313)
authorLeif Åstrand <leif@vaadin.com>
Mon, 20 Feb 2012 09:39:45 +0000 (11:39 +0200)
committerLeif Åstrand <leif@vaadin.com>
Mon, 20 Feb 2012 09:39:45 +0000 (11:39 +0200)
WebContent/VAADIN/themes/reindeer/select/select.css

index c71de8fbc0fe9007b143241f68a26bea1d795a77..4b444262fe5ee2ac0d044abc956933c5b84fe0fe 100644 (file)
@@ -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;