From: Leif Åstrand Date: Mon, 12 Mar 2012 08:03:30 +0000 (+0200) Subject: Only use 100% width if parent width is defined (#8313) X-Git-Tag: 7.0.0.alpha2~370 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7e340ffd0e214d0d0a07e1bbba899f99308e2fe7;p=vaadin-framework.git Only use 100% width if parent width is defined (#8313) --- 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 {