reinstate wider columns on multicolumn layout
This commit is contained in:
parent
9aa42d2d68
commit
dc371ee0df
|
@ -8,6 +8,10 @@
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
min-width: 330px;
|
min-width: 330px;
|
||||||
}
|
}
|
||||||
|
.layout-multiple-columns .column {
|
||||||
|
flex-grow: 1 !important;
|
||||||
|
max-width: 400px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Don't show outline around statuses if we're in
|
/* Don't show outline around statuses if we're in
|
||||||
|
|
Loading…
Reference in New Issue