diff options
-rw-r--r-- | WebContent/VAADIN/themes/base/formlayout/formlayout.css | 4 |
1 files changed, 1 insertions, 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; |