From fed7318ed684ff0f0ac750b97da009f11daf16e1 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Thu, 16 Mar 2023 15:00:48 +0100 Subject: [PATCH] fix: minor fixes --- src/webviews/ui/release-notes/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/webviews/ui/release-notes/style.css b/src/webviews/ui/release-notes/style.css index 572260b..63986b4 100644 --- a/src/webviews/ui/release-notes/style.css +++ b/src/webviews/ui/release-notes/style.css @@ -109,12 +109,14 @@ body { line-height: 1; box-sizing: border-box; width: 64px; + min-width: 64px; height: 16px; border-radius: 3px; margin-right: 8px; padding: 4px 5px; text-transform: uppercase; text-align: center; + flex-shrink: 0; color: #FFF; }