remove redundant class
This commit is contained in:
parent
35c459f412
commit
fd0d4fbfcf
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue