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:
parent
81cdda873d
commit
a057c2340b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue