mirror of https://github.com/Siphonay/mastodon
Fix overflowing audit logs (tootsuite pr #6184)
This commit is contained in:
parent
9bdbe66316
commit
f43c2f12f3
|
@ -396,10 +396,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
&__content {
|
||||
max-width: calc(100% - 90px);
|
||||
}
|
||||
|
||||
&__title {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
&__timestamp {
|
||||
|
@ -413,7 +415,7 @@
|
|||
color: $ui-primary-color;
|
||||
font-family: 'mastodon-font-monospace', monospace;
|
||||
font-size: 12px;
|
||||
white-space: nowrap;
|
||||
word-wrap: break-word;
|
||||
min-height: 20px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue