Merge pull request #4186 from mfilser/settings_add_space_between_radio_buttons

Settings, add some space between radio buttons
This commit is contained in:
Lauri Ojansivu 2021-11-26 00:40:29 +02:00 committed by GitHub
commit 9c1523c916
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,6 +88,8 @@
&.is-checked
background #fff
input[type=radio]
margin: 4px
.option
@extends .flex