mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-22 08:14:18 +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 {
|
||||
display: flex;
|
||||
justify-content: start;
|
||||
justify-content: flex-start;
|
||||
flex-wrap: nowrap;
|
||||
|
||||
overflow-x: scroll;
|
||||
|
|
Loading…
Reference in a new issue