summaryrefslogtreecommitdiffstats
path: root/client/components/swimlanes
diff options
context:
space:
mode:
authorAndrés Manelli <andresmanelli@gmail.com>2018-03-31 13:11:22 -0300
committerAndrés Manelli <andresmanelli@gmail.com>2018-03-31 13:11:22 -0300
commit2e8f8924dd0d985ae4634450cfbef04e88e5d954 (patch)
treec892a191449ed5ea7501309206998697201273f7 /client/components/swimlanes
parent83848dbee2e6e283e33667cfa9649aafc7c07f4e (diff)
downloadwekan-2e8f8924dd0d985ae4634450cfbef04e88e5d954.tar.gz
wekan-2e8f8924dd0d985ae4634450cfbef04e88e5d954.tar.bz2
wekan-2e8f8924dd0d985ae4634450cfbef04e88e5d954.zip
Set fixed width for swimlane header
Diffstat (limited to 'client/components/swimlanes')
-rw-r--r--client/components/swimlanes/swimlanes.styl2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/swimlanes/swimlanes.styl b/client/components/swimlanes/swimlanes.styl
index 555bcd3b..dce298b0 100644
--- a/client/components/swimlanes/swimlanes.styl
+++ b/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;