]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed datefield height #9798 50/50/1
authorJohn Ahlroos <john@vaadin.com>
Thu, 4 Oct 2012 05:50:47 +0000 (08:50 +0300)
committerJohn Ahlroos <john@vaadin.com>
Thu, 4 Oct 2012 05:50:47 +0000 (08:50 +0300)
Change-Id: Iabd4c7e7729efeed02f8be087769de5f51634662

WebContent/VAADIN/themes/base/datefield/datefield.scss

index bf95baa3e692a8df2d0f9971d1504bcdaa7c1faa..8877c986a06b12cc1132bbe555df686d7287df9d 100644 (file)
@@ -3,6 +3,7 @@
 .v-datefield {
        white-space: nowrap;
        display: inline-block; /* Force minimum width */
+       line-height:0; /* Force minimum height */
 }
 .v-datefield-textfield {
        vertical-align: top;