]> source.dussan.org Git - vaadin-framework.git/commitdiff
Use 100% width to get all extra space for the content (#8313)
authorLeif Åstrand <leif@vaadin.com>
Fri, 9 Mar 2012 16:09:31 +0000 (18:09 +0200)
committerLeif Åstrand <leif@vaadin.com>
Fri, 9 Mar 2012 16:09:31 +0000 (18:09 +0200)
WebContent/VAADIN/themes/base/formlayout/formlayout.css

index da98aeb389e78c955e75a7ae02614027cee48bb7..87ad4b4e0d3a7c79cbb50b321f0026714e7d0b13 100644 (file)
@@ -14,7 +14,9 @@
 .v-formlayout-captioncell {
        text-align:right;
        white-space: nowrap;
-       width: 0;
+}
+.v-formlayout-contentcell {
+       width: 100%;
 }
 .v-formlayout-captioncell .v-caption {
        overflow: visible;