logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 49e296e1b03ffe2b17fb390b6ad298172b25040f
parent: 7347d4f8bb6471c892d4feb58e1e0a4d13a229c4
Author: Lynx Kotoura <admin@sanin.link>
Date:   Fri,  5 Jan 2018 03:38:46 +0900

Fix overflowing audit logs (#6184)


Diffstat:

Mapp/javascript/styles/mastodon/admin.scss10++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

diff --git 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; }