From: Leif Åstrand Date: Mon, 12 Mar 2012 14:06:00 +0000 (+0200) Subject: Use 1px instead of 0 to avoid extra space in left col (#8313) X-Git-Tag: 7.0.0.alpha2~367 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=05b2d0be26eaa606a3b969dd8cf089a38eef6058;p=vaadin-framework.git Use 1px instead of 0 to avoid extra space in left col (#8313) --- 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;