Ensure container of React components has full width (#8043)

Fix #8018
lolsob-rspec
Eugen Rochko 2018-07-17 18:54:07 +02:00 committed by GitHub
parent dd5b6bf3bb
commit 8058ec5a13
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
clear: both;
box-shadow: 0 0 15px rgba($base-shadow-color, 0.2);
div[data-component] {
width: 100%;
}
.entry {
background: $simple-background-color;