themes: Define radio ButtonBox margin-right on System theme

Adding onto 8be2c6c00e. The buttons still had varying width
when using System theme.
This commit is contained in:
Anders Jonsson 2026-03-15 18:41:06 +01:00
parent 81cdda873d
commit a057c2340b

View file

@ -169,6 +169,7 @@ buttonbox.vertical button.radio
border-top: 1px solid @borders;
border-left: 1px solid @borders;
border-right: 1px solid @borders;
margin-right: 0px;
}
buttonbox.vertical button.radio:last-child