From: Leif Åstrand Date: Mon, 5 Mar 2012 11:21:16 +0000 (+0200) Subject: Let the contents of sized form layouts use its size (#8313) X-Git-Tag: 7.0.0.alpha2~388 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2e03e1abb108875e53eea83d426ad3b4dc301d8e;p=vaadin-framework.git Let the contents of sized form layouts use its size (#8313) --- diff --git a/WebContent/VAADIN/themes/base/formlayout/formlayout.css b/WebContent/VAADIN/themes/base/formlayout/formlayout.css index 9566ff1663..384c3bace1 100644 --- a/WebContent/VAADIN/themes/base/formlayout/formlayout.css +++ b/WebContent/VAADIN/themes/base/formlayout/formlayout.css @@ -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; }