From 063637a9354c5afa04628dad20fc8ae8bfe7ac48 Mon Sep 17 00:00:00 2001 From: Alex Ross <38270282+alexr00@users.noreply.github.com> Date: Thu, 15 Jan 2026 16:57:36 +0100 Subject: [PATCH] Fix label padding --- webviews/common/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webviews/common/common.css b/webviews/common/common.css index 139f1dd09a..e8313c67a5 100644 --- a/webviews/common/common.css +++ b/webviews/common/common.css @@ -350,7 +350,7 @@ body img.avatar { .label { display: flex; justify-content: normal; - padding: 0 2px 0 8px; + padding: 0 8px; border-radius: 20px; border-style: solid; border-width: 1px;