Don't use gap

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-04-20 11:12:16 +02:00
parent 39eb487f49
commit faca498523
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,6 @@ limitations under the License.
.mx_SenderProfile_name {
display: flex;
align-items: center;
gap: 5px;
}
.mx_SenderProfile_displayName {
@ -29,4 +28,5 @@ limitations under the License.
font-family: monospace;
font-size: 1rem;
color: gray;
margin-left: 5px;
}