Fixup alignment

pull/21833/head
Zoe 2020-04-06 11:44:46 +01:00
parent 5ef06357f6
commit 1395cb02ed
1 changed files with 7 additions and 0 deletions

View File

@ -665,6 +665,13 @@ div.mx_EventTile_notSent.mx_EventTile_redacted .mx_UnknownBody {
color: red;
text-align: center;
// Remove some of the default tile padding so that the error is centered
margin-right: 0;
.mx_EventTile_line {
padding-left: 0;
margin-right: 0;
}
.mx_EventTile_line span {
padding: 4px 8px;
}