From 2e03e1abb108875e53eea83d426ad3b4dc301d8e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leif=20=C3=85strand?= Date: Mon, 5 Mar 2012 13:21:16 +0200 Subject: [PATCH] Let the contents of sized form layouts use its size (#8313) --- WebContent/VAADIN/themes/base/formlayout/formlayout.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; } -- 2.39.5