From 8be2c6c00e90fac7ae95b67b783eaffdc5ccbeb8 Mon Sep 17 00:00:00 2001 From: Alx Sa Date: Sat, 14 Mar 2026 03:01:33 +0000 Subject: [PATCH] themes: Define radio ButtonBox margin-right Adding on to 9e277c39. The Ink Options blob shape enum was also affected - this fixes the margins so that all radio buttons in a vertical button box are visually the same width. --- themes/Default/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/Default/common.css b/themes/Default/common.css index ec4c2c96c1..c719702ae2 100644 --- a/themes/Default/common.css +++ b/themes/Default/common.css @@ -690,6 +690,7 @@ buttonbox.vertical button.radio border-top: 1px solid @edge-border-color; border-left: 1px solid @edge-border-color; border-right: 1px solid @edge-border-color; + margin-right: 0px; } buttonbox.vertical button.radio:last-child