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.
This commit is contained in:
Alx Sa 2026-03-14 03:01:33 +00:00
parent d8d8e7a0e8
commit 8be2c6c00e

View file

@ -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