]> source.dussan.org Git - vaadin-framework.git/commitdiff
Only use 100% width if parent width is defined (#8313)
authorLeif Åstrand <leif@vaadin.com>
Mon, 12 Mar 2012 08:03:30 +0000 (10:03 +0200)
committerLeif Åstrand <leif@vaadin.com>
Mon, 12 Mar 2012 08:03:30 +0000 (10:03 +0200)
WebContent/VAADIN/themes/base/formlayout/formlayout.css

index 87ad4b4e0d3a7c79cbb50b321f0026714e7d0b13..8f0366633a47d12fd331c46097ad1eb2188c1ff9 100644 (file)
@@ -15,7 +15,7 @@
        text-align:right;
        white-space: nowrap;
 }
-.v-formlayout-contentcell {
+.v-formlayout.v-has-width > table > tbody > tr > td.v-formlayout-contentcell {
        width: 100%;
 }
 .v-formlayout-captioncell .v-caption {