Skip to content

Commit 14f4934

Browse files
authored
Fix label padding (#8396)
1 parent 11f8490 commit 14f4934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webviews/common/common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ body img.avatar {
350350
.label {
351351
display: flex;
352352
justify-content: normal;
353-
padding: 0 2px 0 8px;
353+
padding: 0 8px;
354354
border-radius: 20px;
355355
border-style: solid;
356356
border-width: 1px;

0 commit comments

Comments
 (0)