[Glitch] Ensure container of React components has full width

Port 8058ec5a13 to glitch-soc
This commit is contained in:
Thibaut Girka 2018-07-18 21:56:31 +02:00 committed by ThibG
parent b877a2365e
commit 57b3874b47

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;