mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Fix add to space avatar text centering (#11643)
This commit is contained in:
parent
20fa3f2a14
commit
c6fec9b95b
1 changed files with 0 additions and 2 deletions
|
@ -158,9 +158,7 @@ limitations under the License.
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
.mx_BaseAvatar {
|
.mx_BaseAvatar {
|
||||||
display: inline-flex;
|
|
||||||
margin: auto 16px auto 5px;
|
margin: auto 16px auto 5px;
|
||||||
vertical-align: middle;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
|
|
Loading…
Reference in a new issue