diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-07-18 21:56:31 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2018-07-18 22:38:55 +0200 |
commit | 828f602b2fc650ff14fc7a1673f81b9ff7338ebf (patch) | |
tree | 8bc39d8b1b20ead3b578c9390cfbebcfdcb662cd /app | |
parent | baf42ef0b3347e232b2a6063d3bd1e831f2b098f (diff) |
[Glitch] Ensure container of React components has full width
Port f6910fba02c8a99dcad901c193be08d06a65c1c6 to glitch-soc
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/flavours/glitch/styles/stream_entries.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/stream_entries.scss b/app/javascript/flavours/glitch/styles/stream_entries.scss index ec7f60014..a26859ba1 100644 --- a/app/javascript/flavours/glitch/styles/stream_entries.scss +++ b/app/javascript/flavours/glitch/styles/stream_entries.scss @@ -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; |