This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Fix overflowing audit logs (
#6184
)
pull/4/head
Lynx Kotoura
6 years ago
committed by
Eugen Rochko
parent
7347d4f8bb
commit
49e296e1b0
1 changed files
with
6 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-4
app/javascript/styles/mastodon/admin.scss
+ 6
- 4
app/javascript/styles/mastodon/admin.scss
View File
@ -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
;
w
hite-space
:
nowrap
;
w
ord-wrap
:
break-word
;
min-height
:
20px
;
}
Write
Preview
Loading…
Cancel
Save