mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Fixup alignment
This commit is contained in:
parent
5ef06357f6
commit
1395cb02ed
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue