From: Leif Åstrand Date: Mon, 5 Mar 2012 15:01:56 +0000 (+0200) Subject: Don't assign any extra space to the width column (#8313) X-Git-Tag: 7.0.0.alpha2~384 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e439a08a0e561212419e0bd99660e85211f8b968;p=vaadin-framework.git Don't assign any extra space to the width column (#8313) --- diff --git a/WebContent/VAADIN/themes/base/formlayout/formlayout.css b/WebContent/VAADIN/themes/base/formlayout/formlayout.css index 384c3bace1..da98aeb389 100644 --- a/WebContent/VAADIN/themes/base/formlayout/formlayout.css +++ b/WebContent/VAADIN/themes/base/formlayout/formlayout.css @@ -14,6 +14,7 @@ .v-formlayout-captioncell { text-align:right; white-space: nowrap; + width: 0; } .v-formlayout-captioncell .v-caption { overflow: visible;