diff options
Diffstat (limited to 'WebContent/VAADIN/themes')
-rw-r--r-- | WebContent/VAADIN/themes/base/formlayout/formlayout.css | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |