From cb06b28fbb0db6239f4fd749fa4017bb6f26475c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leif=20=C3=85strand?= Date: Fri, 9 Mar 2012 18:09:31 +0200 Subject: [PATCH] Use 100% width to get all extra space for the content (#8313) --- WebContent/VAADIN/themes/base/formlayout/formlayout.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 2.39.5