remove redundant class

This commit is contained in:
Shpuld Shpuldson 2020-08-25 11:27:47 +03:00
parent 35c459f412
commit fd0d4fbfcf
1 changed files with 1 additions and 8 deletions

View File

@ -129,7 +129,7 @@ $status-margin: 0.75em;
}
.reply-to-accountname {
overflow: hidden;
overflow-x: hidden;
max-width: 100%;
text-overflow: ellipsis;
white-space: nowrap;
@ -143,13 +143,6 @@ $status-margin: 0.75em;
margin-right: 0.5em;
max-width: 100%;
.reply-to-link {
white-space: nowrap;
word-break: break-word;
text-overflow: ellipsis;
overflow-x: hidden;
}
.icon-reply {
// mirror the icon
transform: scaleX(-1);