1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-02-13 19:42:12 +02:00

Updated Margin for GuestBadge (#4058)

Signed-off-by: Adithya Krishna <adikrish@redhat.com>

Signed-off-by: Adithya Krishna <adikrish@redhat.com>
This commit is contained in:
Adithya Krishna 2022-10-24 21:52:10 +05:30 committed by GitHub
parent 2676b19d99
commit 33d7469002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
.GuestBadge {
display: inline-flex;
align-items: center;
margin: 0 0 0 4px;
margin: 0 10px 0 4px;
}
.GuestBadge__box {