diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-08-23 02:59:29 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-08-23 02:59:29 +0300 |
commit | 0dd3ff29f2b558bc912b330f178347035dcc46c7 (patch) | |
tree | d52a30b89a828a4ae4b7643ae0d00c67b6aff4e3 /client/components/main | |
parent | 576523021e3640fde3f5ad63cb00c3fd57492b2d (diff) | |
download | wekan-0dd3ff29f2b558bc912b330f178347035dcc46c7.tar.gz wekan-0dd3ff29f2b558bc912b330f178347035dcc46c7.tar.bz2 wekan-0dd3ff29f2b558bc912b330f178347035dcc46c7.zip |
Limit card width to fixed size.
Thanks to xet7 !
Diffstat (limited to 'client/components/main')
-rw-r--r-- | client/components/main/layouts.styl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/components/main/layouts.styl b/client/components/main/layouts.styl index 0955a352..56c35284 100644 --- a/client/components/main/layouts.styl +++ b/client/components/main/layouts.styl @@ -378,6 +378,8 @@ a .viewer min-height: 18px + display: block + word-wrap: break-word ol list-style-type: decimal |