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

Set fixed width for swimlane header

Andrés Manelli пре 7 година
родитељ
комит
2e8f8924dd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      client/components/swimlanes/swimlanes.styl

+ 1 - 1
client/components/swimlanes/swimlanes.styl

@@ -39,7 +39,7 @@
       margin-top: 50px;
       font-weight: bold;
       min-height: 9px;
-      min-width: 30px;
+      width: 50px;
       overflow: hidden;
       -o-text-overflow: ellipsis;
       text-overflow: ellipsis;