Fix overflowing audit logs (tootsuite pr #6184)

This commit is contained in:
cwm 2018-01-09 10:40:14 -06:00
parent 9bdbe66316
commit f43c2f12f3
1 changed files with 6 additions and 4 deletions

View File

@ -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;
}