소스 검색

Merge pull request #3571 from mfilser/master

Checklist drag handle now at the left side (same place as for the checklist items)
Lauri Ojansivu 4 년 전
부모
커밋
f9f286e896
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      client/components/cards/checklists.styl

+ 2 - 2
client/components/cards/checklists.styl

@@ -44,8 +44,8 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
 
   span.fa.checklist-handle
     padding-right: 20px
-    padding-top: 6px
-    float: right
+    padding-top: 3px
+    float: left
 
 
 .js-confirm-checklist-delete