forked from treehouse/mastodon
[Glitch] Ensure container of React components has full width
Port f6910fba02
to glitch-soc
rebase/4.0.0rc2
parent
baf42ef0b3
commit
828f602b2f
|
@ -2,6 +2,10 @@
|
||||||
clear: both;
|
clear: both;
|
||||||
box-shadow: 0 0 15px rgba($base-shadow-color, 0.2);
|
box-shadow: 0 0 15px rgba($base-shadow-color, 0.2);
|
||||||
|
|
||||||
|
div[data-component] {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.entry {
|
.entry {
|
||||||
background: $simple-background-color;
|
background: $simple-background-color;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue