From: Lynx Kotoura Date: Thu, 4 Jan 2018 18:38:46 +0000 (+0900) Subject: Fix overflowing audit logs (#6184) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=49e296e1b03ffe2b17fb390b6ad298172b25040f;p=mastodon.git Fix overflowing audit logs (#6184) --- diff --git a/app/javascript/styles/mastodon/admin.scss b/app/javascript/styles/mastodon/admin.scss index bddea557b..0c343e1df 100644 --- a/app/javascript/styles/mastodon/admin.scss +++ b/app/javascript/styles/mastodon/admin.scss @@ -398,10 +398,12 @@ } } + &__content { + max-width: calc(100% - 90px); + } + &__title { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + word-wrap: break-word; } &__timestamp { @@ -415,7 +417,7 @@ color: $ui-primary-color; font-family: 'mastodon-font-monospace', monospace; font-size: 12px; - white-space: nowrap; + word-wrap: break-word; min-height: 20px; }