Преглед изворни кода

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
           span.card-number
             | ##{getCardNumber}
-        = getTitle
+        b
+          = getTitle
       if $eq 'subtext-with-full-path' currentBoard.presentParentTask
         .parent-subtext
           | {{ parentString ' > ' }}

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

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