summaryrefslogtreecommitdiffstats
path: root/themes/src
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2017-07-19 09:18:58 +0300
committerHenri Sara <henri.sara@gmail.com>2017-07-19 09:18:58 +0300
commit7b288aeb663f89bdac8cbf7eb20877681b4b49a6 (patch)
tree9526a5a1707291f896c6ff67ca8369f040763319 /themes/src
parenta108a7e8da24d5f38e5e3f34e4a0e95c1cb6b56e (diff)
downloadvaadin-framework-7b288aeb663f89bdac8cbf7eb20877681b4b49a6.tar.gz
vaadin-framework-7b288aeb663f89bdac8cbf7eb20877681b4b49a6.zip
Add styling for ComponentRenderer wrapper div (#9691)
Fixes #9170
Diffstat (limited to 'themes/src')
-rw-r--r--themes/src/main/themes/VAADIN/themes/valo/components/_grid.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/src/main/themes/VAADIN/themes/valo/components/_grid.scss b/themes/src/main/themes/VAADIN/themes/valo/components/_grid.scss
index fdc4eff73f..cfc094cb27 100644
--- a/themes/src/main/themes/VAADIN/themes/valo/components/_grid.scss
+++ b/themes/src/main/themes/VAADIN/themes/valo/components/_grid.scss
@@ -222,6 +222,11 @@ $v-grid-details-border-bottom-stripe: 1px solid darken($v-grid-row-background-co
}
}
}
+
+ // Style for ComponentRenderer wrap
+ div.component-wrap {
+ width: 100%;
+ }
}
// Rows