From 05b2d0be26eaa606a3b969dd8cf089a38eef6058 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leif=20=C3=85strand?= Date: Mon, 12 Mar 2012 16:06:00 +0200 Subject: [PATCH] Use 1px instead of 0 to avoid extra space in left col (#8313) --- WebContent/VAADIN/themes/base/formlayout/formlayout.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/WebContent/VAADIN/themes/base/formlayout/formlayout.css b/WebContent/VAADIN/themes/base/formlayout/formlayout.css index 8f0366633a..7f712ce28d 100644 --- a/WebContent/VAADIN/themes/base/formlayout/formlayout.css +++ b/WebContent/VAADIN/themes/base/formlayout/formlayout.css @@ -14,9 +14,7 @@ .v-formlayout-captioncell { text-align:right; white-space: nowrap; -} -.v-formlayout.v-has-width > table > tbody > tr > td.v-formlayout-contentcell { - width: 100%; + width: 1px; /* Don't use any extra space */ } .v-formlayout-captioncell .v-caption { overflow: visible; -- 2.39.5