Skip to content
Snippets Groups Projects
Unverified Commit f6910fba authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

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

Fix #8018
parent 3c3cf7e2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment