mirror of
https://github.com/wekan/wekan.git
synced 2026-02-04 15:41:52 +01:00
parent
a48e537b2d
commit
32af18b33d
3 changed files with 8 additions and 2 deletions
|
|
@ -4,7 +4,6 @@
|
|||
box-sizing: border-box
|
||||
display: flex
|
||||
flex-direction: column
|
||||
flex: 0 0 270px
|
||||
position: relative
|
||||
// Even if this background color is the same as the body we can't leave it
|
||||
// transparent, because that won't work during a list drag.
|
||||
|
|
@ -12,6 +11,8 @@
|
|||
border-left: 1px solid darken(white, 20%)
|
||||
padding: 0
|
||||
float: left
|
||||
min-width: 270px
|
||||
max-width: 270px
|
||||
|
||||
&:first-child
|
||||
margin-left: 5px
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue