diff options
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; |