]> source.dussan.org Git - vaadin-framework.git/commitdiff
Let the contents of sized form layouts use its size (#8313)
authorLeif Åstrand <leif@vaadin.com>
Mon, 5 Mar 2012 11:21:16 +0000 (13:21 +0200)
committerLeif Åstrand <leif@vaadin.com>
Mon, 5 Mar 2012 11:21:37 +0000 (13:21 +0200)
WebContent/VAADIN/themes/base/formlayout/formlayout.css

index 9566ff16631c794fd76bcc8aadad4fb639c79ab5..384c3bace14582856958abc08943f97eec0fc5e3 100644 (file)
@@ -1,3 +1,9 @@
+.v-formlayout.v-has-width > table {
+       width: 100%;
+}
+.v-formlayout.v-has-height > table {
+       height: 100%;
+}
 .v-formlayout-cell .v-errorindicator {
        display: block;
 }