mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 01:10:12 +01:00
Fixed New wide card edit view is all jumbled on mobile.
Thanks to jdaviescoates and xet7 ! Fixes #3890
This commit is contained in:
parent
0bdd7c8973
commit
241eb9df0f
1 changed files with 34 additions and 33 deletions
|
|
@ -243,7 +243,8 @@ avatar-radius = 50%
|
||||||
.activities
|
.activities
|
||||||
padding-top: 10px
|
padding-top: 10px
|
||||||
|
|
||||||
.card-details-maximized
|
@media screen and (min-width: 801px)
|
||||||
|
.card-details-maximized
|
||||||
padding: 0
|
padding: 0
|
||||||
flex-shrink: 0
|
flex-shrink: 0
|
||||||
flex-basis: calc(100% - 20px)
|
flex-basis: calc(100% - 20px)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue