]> source.dussan.org Git - vaadin-framework.git/commitdiff
Use 1px instead of 0 to avoid extra space in left col (#8313)
authorLeif Åstrand <leif@vaadin.com>
Mon, 12 Mar 2012 14:06:00 +0000 (16:06 +0200)
committerLeif Åstrand <leif@vaadin.com>
Mon, 12 Mar 2012 14:06:00 +0000 (16:06 +0200)
WebContent/VAADIN/themes/base/formlayout/formlayout.css

index 8f0366633a47d12fd331c46097ad1eb2188c1ff9..7f712ce28dff3b179b1e54f985b278861c34f6e6 100644 (file)
@@ -14,9 +14,7 @@
 .v-formlayout-captioncell {
        text-align:right;
        white-space: nowrap;
-}
-.v-formlayout.v-has-width > table > tbody > tr > td.v-formlayout-contentcell {
-       width: 100%;
+       width: 1px; /* Don't use any extra space */
 }
 .v-formlayout-captioncell .v-caption {
        overflow: visible;