]> cat aescling's git repositories - mastodon.git/commitdiff
Fix overflowing audit logs (#6184)
authorLynx Kotoura <admin@sanin.link>
Thu, 4 Jan 2018 18:38:46 +0000 (03:38 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 4 Jan 2018 18:38:46 +0000 (19:38 +0100)
app/javascript/styles/mastodon/admin.scss

index bddea557b76700dd136555091c6371b6f4596b17..0c343e1df154f92467f5a59d178ec1996023c8d8 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;
   }