diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-03-09 18:09:31 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-03-09 18:09:31 +0200 |
commit | cb06b28fbb0db6239f4fd749fa4017bb6f26475c (patch) | |
tree | 2c5272df695ab7097504da864f7e6512a25d511a /WebContent/VAADIN | |
parent | 23d72f673cc86cd8e877acdd99eeec670bfa7d04 (diff) | |
download | vaadin-framework-cb06b28fbb0db6239f4fd749fa4017bb6f26475c.tar.gz vaadin-framework-cb06b28fbb0db6239f4fd749fa4017bb6f26475c.zip |
Use 100% width to get all extra space for the content (#8313)
Diffstat (limited to 'WebContent/VAADIN')
-rw-r--r-- | WebContent/VAADIN/themes/base/formlayout/formlayout.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/base/formlayout/formlayout.css b/WebContent/VAADIN/themes/base/formlayout/formlayout.css index da98aeb389..87ad4b4e0d 100644 --- a/WebContent/VAADIN/themes/base/formlayout/formlayout.css +++ b/WebContent/VAADIN/themes/base/formlayout/formlayout.css @@ -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; |