From e439a08a0e561212419e0bd99660e85211f8b968 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leif=20=C3=85strand?= Date: Mon, 5 Mar 2012 17:01:56 +0200 Subject: [PATCH] Don't assign any extra space to the width column (#8313) --- WebContent/VAADIN/themes/base/formlayout/formlayout.css | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5