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;
|
color: red;
|
||||||
text-align: center;
|
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 {
|
.mx_EventTile_line span {
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue