diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-03-05 13:21:16 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-03-05 13:21:37 +0200 |
commit | 2e03e1abb108875e53eea83d426ad3b4dc301d8e (patch) | |
tree | 10f6c24ddf6a363fbedc6d0129eaf8028d8b5e82 /WebContent/VAADIN | |
parent | 39990a4045b4dd626db79ef5254c22ff8d590385 (diff) | |
download | vaadin-framework-2e03e1abb108875e53eea83d426ad3b4dc301d8e.tar.gz vaadin-framework-2e03e1abb108875e53eea83d426ad3b4dc301d8e.zip |
Let the contents of sized form layouts use its size (#8313)
Diffstat (limited to 'WebContent/VAADIN')
-rw-r--r-- | WebContent/VAADIN/themes/base/formlayout/formlayout.css | 6 |
1 files changed, 6 insertions, 0 deletions
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; } |