Fix flair height after accent changes
The accent changes in https://github.com/matrix-org/matrix-react-sdk/pull/5569 led to a regression in flair display where the bottom edge was clipped. Fixes https://github.com/vector-im/element-web/issues/16350 Regressed by https://github.com/matrix-org/matrix-react-sdk/pull/5569
This commit is contained in:
parent
45776a4144
commit
388e23b40b
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ $left-gutter: 64px;
|
|||
margin-left: 5px;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
height: 16px;
|
||||
overflow: hidden;
|
||||
user-select: none;
|
||||
|
||||
|
|
Loading…
Reference in a new issue