From 7e340ffd0e214d0d0a07e1bbba899f99308e2fe7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leif=20=C3=85strand?= Date: Mon, 12 Mar 2012 10:03:30 +0200 Subject: [PATCH] Only use 100% width if parent width is defined (#8313) --- WebContent/VAADIN/themes/base/formlayout/formlayout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/VAADIN/themes/base/formlayout/formlayout.css b/WebContent/VAADIN/themes/base/formlayout/formlayout.css index 87ad4b4e0d..8f0366633a 100644 --- a/WebContent/VAADIN/themes/base/formlayout/formlayout.css +++ b/WebContent/VAADIN/themes/base/formlayout/formlayout.css @@ -15,7 +15,7 @@ text-align:right; white-space: nowrap; } -.v-formlayout-contentcell { +.v-formlayout.v-has-width > table > tbody > tr > td.v-formlayout-contentcell { width: 100%; } .v-formlayout-captioncell .v-caption { -- 2.39.5