mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Don't use gap
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
39eb487f49
commit
faca498523
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue