소스 검색

Settings, add some space between radio buttons

- Fixes: #4159
Martin Filser 3 년 전
부모
커밋
6245982025
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      client/components/settings/settingBody.styl

+ 2 - 0
client/components/settings/settingBody.styl

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