소스 검색

Fix flex property width of first column

nztqa 8 년 전
부모
커밋
f3467dab4a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      client/components/cards/checklists.styl

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

@@ -56,7 +56,7 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
         border-right: 2px solid #3cb500
 
     .item-title
-      flex-grow: 1
+      flex: 1
       padding-left: 10px;
       &.is-checked
         color: #8c8c8c