From f61e9202e1fcd543211f84b78d2445a482d0314b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Leif=20=C3=85strand?= Date: Tue, 13 Mar 2012 09:34:55 +0200 Subject: [PATCH] Also limit error indicator width (#8313) --- WebContent/VAADIN/themes/base/formlayout/formlayout.css | 2 ++ 1 file changed, 2 insertions(+) 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 { -- 2.39.5