Fix e2e bade alignment
This commit is contained in:
parent
f98f045005
commit
872103fb8a
1 changed files with 7 additions and 1 deletions
|
@ -96,10 +96,16 @@ $irc-line-height: $font-18px;
|
||||||
position: relative;
|
position: relative;
|
||||||
right: unset;
|
right: unset;
|
||||||
left: unset;
|
left: unset;
|
||||||
|
top: 0;
|
||||||
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
order: 3;
|
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
|
|
||||||
|
height: $font-18px;
|
||||||
|
|
||||||
|
background-position: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_line {
|
.mx_EventTile_line {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue