summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2015-09-07 16:56:12 +0300
committerVaadin Code Review <review@vaadin.com>2015-09-07 15:07:20 +0000
commit6efaefd9f0f0a607b579872b261a41b8e526ff60 (patch)
tree3b1778d7f8a2b5de433fdd174bd3625dafd8511d /WebContent
parentc41cd67905bb621a0032a1fc5bed938629f76f77 (diff)
downloadvaadin-framework-6efaefd9f0f0a607b579872b261a41b8e526ff60.tar.gz
vaadin-framework-6efaefd9f0f0a607b579872b261a41b8e526ff60.zip
Fix Grid unbuffered editor validation error area theme (#18812)
Change-Id: I0257558f97312a28639773ded12e732fea6f1327
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/VAADIN/themes/base/grid/grid.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/grid/grid.scss b/WebContent/VAADIN/themes/base/grid/grid.scss
index 6b3b017070..ddc06641ee 100644
--- a/WebContent/VAADIN/themes/base/grid/grid.scss
+++ b/WebContent/VAADIN/themes/base/grid/grid.scss
@@ -425,6 +425,7 @@ $v-grid-details-border-bottom-stripe: 1px solid darken($v-grid-row-background-co
margin-top: nth($v-grid-cell-horizontal-border, 1) * -1;
background: $v-grid-row-background-color;
padding: 0 5px;
+ width: 100%;
+ .#{$primaryStyleName}-editor-cells > div {
border-bottom: none;