mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-22 16:24:19 +00:00
Replace start
with flex-start
This commit is contained in:
parent
7abc287c29
commit
a312a8cead
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
.boardMainTaskGroups {
|
.boardMainTaskGroups {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: start;
|
justify-content: flex-start;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
|
|
Loading…
Reference in a new issue