From: Leif Åstrand Date: Tue, 13 Mar 2012 07:34:55 +0000 (+0200) Subject: Also limit error indicator width (#8313) X-Git-Tag: 7.0.0.alpha2~364 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f61e9202e1fcd543211f84b78d2445a482d0314b;p=vaadin-framework.git Also limit error indicator width (#8313) --- diff --git a/WebContent/VAADIN/themes/base/formlayout/formlayout.css b/WebContent/VAADIN/themes/base/formlayout/formlayout.css index 7f712ce28d..755a59bc89 100644 --- a/WebContent/VAADIN/themes/base/formlayout/formlayout.css +++ b/WebContent/VAADIN/themes/base/formlayout/formlayout.css @@ -14,6 +14,8 @@ .v-formlayout-captioncell { text-align:right; white-space: nowrap; +} +.v-formlayout-errorcell, .v-formlayout-captioncell { width: 1px; /* Don't use any extra space */ } .v-formlayout-captioncell .v-caption {