diff options
author | amadilsons <joao.amado.95@gmail.com> | 2017-10-04 11:12:52 +0200 |
---|---|---|
committer | amadilsons <joao.amado.95@gmail.com> | 2017-10-04 11:12:52 +0200 |
commit | 089dbf0cf6a3e144d0271a8666d58e689f8c8dba (patch) | |
tree | c77d1063e881065f5faf70fe397fd14bbfc8f368 /client/components/lists/list.styl | |
parent | a918d36533bd61765f954f60c0e3af78b014907a (diff) | |
download | wekan-089dbf0cf6a3e144d0271a8666d58e689f8c8dba.tar.gz wekan-089dbf0cf6a3e144d0271a8666d58e689f8c8dba.tar.bz2 wekan-089dbf0cf6a3e144d0271a8666d58e689f8c8dba.zip |
on its way
Diffstat (limited to 'client/components/lists/list.styl')
-rw-r--r-- | client/components/lists/list.styl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/components/lists/list.styl b/client/components/lists/list.styl index 4c6c792f..f426b243 100644 --- a/client/components/lists/list.styl +++ b/client/components/lists/list.styl @@ -113,7 +113,7 @@ #js-wip-limit-edit padding-top: 2% - + p margin-bottom: 0 @@ -123,3 +123,6 @@ .wip-limit-value width: 20% margin-right: 5% + + .wip-limit-error + display: none |