From: Leif Åstrand Date: Fri, 9 Mar 2012 16:09:31 +0000 (+0200) Subject: Use 100% width to get all extra space for the content (#8313) X-Git-Tag: 7.0.0.alpha2~371 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cb06b28fbb0db6239f4fd749fa4017bb6f26475c;p=vaadin-framework.git Use 100% width to get all extra space for the content (#8313) --- 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;