瀏覽代碼

Merge pull request #4993 from VidVidex/master

Small UI improvements
Lauri Ojansivu 1 年之前
父節點
當前提交
999323526c
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 2 1
      client/components/cards/minicard.jade
  2. 0 1
      client/components/lists/list.css

+ 2 - 1
client/components/cards/minicard.jade

@@ -49,7 +49,8 @@ template(name="minicard")
         if currentBoard.allowsCardNumber
         if currentBoard.allowsCardNumber
           span.card-number
           span.card-number
             | ##{getCardNumber}
             | ##{getCardNumber}
-        = getTitle
+        b
+          = getTitle
       if $eq 'subtext-with-full-path' currentBoard.presentParentTask
       if $eq 'subtext-with-full-path' currentBoard.presentParentTask
         .parent-subtext
         .parent-subtext
           | {{ parentString ' > ' }}
           | {{ parentString ' > ' }}

+ 0 - 1
client/components/lists/list.css

@@ -16,7 +16,6 @@
   /* overflow: auto; - List width and height resizeable */
   /* overflow: auto; - List width and height resizeable */
 }
 }
 .list:first-child {
 .list:first-child {
-  min-width: 20px;
   margin-left: 5px;
   margin-left: 5px;
   border-left: none;
   border-left: none;
 }
 }