diff options
author | Andrés Manelli <andresmanelli@gmail.com> | 2018-03-31 13:11:22 -0300 |
---|---|---|
committer | Andrés Manelli <andresmanelli@gmail.com> | 2018-03-31 13:11:22 -0300 |
commit | 2e8f8924dd0d985ae4634450cfbef04e88e5d954 (patch) | |
tree | c892a191449ed5ea7501309206998697201273f7 /client/components | |
parent | 83848dbee2e6e283e33667cfa9649aafc7c07f4e (diff) | |
download | wekan-2e8f8924dd0d985ae4634450cfbef04e88e5d954.tar.gz wekan-2e8f8924dd0d985ae4634450cfbef04e88e5d954.tar.bz2 wekan-2e8f8924dd0d985ae4634450cfbef04e88e5d954.zip |
Set fixed width for swimlane header
Diffstat (limited to 'client/components')
-rw-r--r-- | client/components/swimlanes/swimlanes.styl | 2 |
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; |