Explorar el Código

Set fixed width for swimlane header

Andrés Manelli hace 7 años
padre
commit
2e8f8924dd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;