Skip to content
Snippets Groups Projects
Commit 828f602b authored by Thibaut Girka's avatar Thibaut Girka Committed by ThibG
Browse files

[Glitch] Ensure container of React components has full width

Port f6910fba to glitch-soc
parent baf42ef0
Branches
Tags
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.
Please register or to comment