about summary refs log tree commit diff
path: root/app/javascript/styles
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-07-17 18:54:07 +0200
committerGitHub <noreply@github.com>2018-07-17 18:54:07 +0200
commitf6910fba02c8a99dcad901c193be08d06a65c1c6 (patch)
treeeefed0d803f18561e0865e00589b991e2782bbd0 /app/javascript/styles
parent3c3cf7e208576266436b311945e57e8d64faee39 (diff)
Ensure container of React components has full width (#8043)
Fix #8018
Diffstat (limited to 'app/javascript/styles')
-rw-r--r--app/javascript/styles/mastodon/stream_entries.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/stream_entries.scss b/app/javascript/styles/mastodon/stream_entries.scss
index 9188c2206..f4d6e237f 100644
--- a/app/javascript/styles/mastodon/stream_entries.scss
+++ b/app/javascript/styles/mastodon/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;