diff options
author | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2017-07-19 09:18:58 +0300 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-07-19 09:18:58 +0300 |
commit | 7b288aeb663f89bdac8cbf7eb20877681b4b49a6 (patch) | |
tree | 9526a5a1707291f896c6ff67ca8369f040763319 /themes/src | |
parent | a108a7e8da24d5f38e5e3f34e4a0e95c1cb6b56e (diff) | |
download | vaadin-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.scss | 5 |
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 |