diff options
author | Lauri Ojansivu <x@xet7.org> | 2020-04-17 21:38:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-17 21:38:50 +0300 |
commit | 8a0defc988fa45bbd9556f8c0df7330d0d269b5c (patch) | |
tree | d96f9a6bacea3c807c4ccd937276af822e3089fc | |
parent | bf15fa988da0169ce8c3d3245b0c9abe0428de44 (diff) | |
parent | d7e0350ecf8744de4e77f3a59b37dda220c52c4c (diff) | |
download | wekan-8a0defc988fa45bbd9556f8c0df7330d0d269b5c.tar.gz wekan-8a0defc988fa45bbd9556f8c0df7330d0d269b5c.tar.bz2 wekan-8a0defc988fa45bbd9556f8c0df7330d0d269b5c.zip |
Merge pull request #3024 from marc1006/card_layout_fix
Improve card layout on mobile devices
-rw-r--r-- | client/components/cards/cardDetails.styl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/components/cards/cardDetails.styl b/client/components/cards/cardDetails.styl index 199a12da..3e2beadd 100644 --- a/client/components/cards/cardDetails.styl +++ b/client/components/cards/cardDetails.styl @@ -94,6 +94,7 @@ avatar-radius = 50% animation: flexGrowIn 0.1s box-shadow: 0 0 7px 0 darken(white, 30%) transition: flex-basis 0.1s + box-sizing: border-box .mCustomScrollBox padding-left: 0 |