]> cat aescling's git repositories - mastodon.git/commitdiff
Fix overflowing audit logs (tootsuite pr #6184)
authorcwm <chriswmartin@protonmail.com>
Tue, 9 Jan 2018 16:40:14 +0000 (10:40 -0600)
committercwm <chriswmartin@protonmail.com>
Tue, 9 Jan 2018 16:40:14 +0000 (10:40 -0600)
app/javascript/flavours/glitch/styles/admin.scss

index 4e923bb98c758f3594b5b87222c8c18ef0db4da2..bdfa508147e76ff9b9c6db7eadac27998da707d2 100644 (file)
     }
   }
 
+  &__content {
+    max-width: calc(100% - 90px);
+  }
+
   &__title {
-    overflow: hidden;
-    text-overflow: ellipsis;
-    white-space: nowrap;
+    word-wrap: break-word;
   }
 
   &__timestamp {
     color: $ui-primary-color;
     font-family: 'mastodon-font-monospace', monospace;
     font-size: 12px;
-    white-space: nowrap;
+    word-wrap: break-word;
     min-height: 20px;
   }