Fix add to space avatar text centering (#11643)

This commit is contained in:
Germain
2023-09-21 12:56:05 +01:00
committed by GitHub
parent 20fa3f2a14
commit c6fec9b95b

View File

@@ -158,9 +158,7 @@ limitations under the License.
display: flex;
.mx_BaseAvatar {
display: inline-flex;
margin: auto 16px auto 5px;
vertical-align: middle;
}
> div {