Forráskód Böngészése

Set fixed width for swimlane header

Andrés Manelli 7 éve
szülő
commit
2e8f8924dd
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;