]> cat aescling's git repositories - mastodon.git/commitdiff
Ensure container of React components has full width (#8043)
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 17 Jul 2018 16:54:07 +0000 (18:54 +0200)
committerGitHub <noreply@github.com>
Tue, 17 Jul 2018 16:54:07 +0000 (18:54 +0200)
Fix #8018

app/javascript/styles/mastodon/stream_entries.scss

index 9188c22064e69cad315f8f7e1b26856438aa7d7c..f4d6e237f621ec5b7ae9d5576dc9707078247503 100644 (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;