summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2012-03-12 10:03:30 +0200
committerLeif Åstrand <leif@vaadin.com>2012-03-12 10:03:30 +0200
commit7e340ffd0e214d0d0a07e1bbba899f99308e2fe7 (patch)
treebdd2316a3e7f2b992c6f886a1d9c3610d2a3925a /WebContent
parentcb06b28fbb0db6239f4fd749fa4017bb6f26475c (diff)
downloadvaadin-framework-7e340ffd0e214d0d0a07e1bbba899f99308e2fe7.tar.gz
vaadin-framework-7e340ffd0e214d0d0a07e1bbba899f99308e2fe7.zip
Only use 100% width if parent width is defined (#8313)
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/base/formlayout/formlayout.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/VAADIN/themes/base/formlayout/formlayout.css b/WebContent/VAADIN/themes/base/formlayout/formlayout.css
index 87ad4b4e0d..8f0366633a 100644
--- a/WebContent/VAADIN/themes/base/formlayout/formlayout.css
+++ b/WebContent/VAADIN/themes/base/formlayout/formlayout.css
@@ -15,7 +15,7 @@
text-align:right;
white-space: nowrap;
}
-.v-formlayout-contentcell {
+.v-formlayout.v-has-width > table > tbody > tr > td.v-formlayout-contentcell {
width: 100%;
}
.v-formlayout-captioncell .v-caption {