mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 22:17:16 -04:00
Edit list title on mobile view uses whole grid layout
This commit is contained in:
parent
e32225e18f
commit
7aaa853d1b
1 changed files with 6 additions and 1 deletions
|
@ -229,7 +229,7 @@
|
|||
display: grid
|
||||
grid-row: 1/3
|
||||
grid-column: 1
|
||||
.list-header-name, .inlined-form
|
||||
.list-header-name
|
||||
grid-row: 1
|
||||
grid-column: 2
|
||||
align-self: end
|
||||
|
@ -240,6 +240,11 @@
|
|||
.list-header-menu
|
||||
grid-row: 1/3
|
||||
grid-column: 3
|
||||
.inlined-form
|
||||
grid-row: 1/3
|
||||
grid-column: 1/4
|
||||
.edit-controls
|
||||
align-items: initial
|
||||
|
||||
.link-board-wrapper
|
||||
display: flex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue