1
Fork 0
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:
Steffo 2023-08-04 17:45:03 +02:00
parent 7abc287c29
commit a312a8cead
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -1,6 +1,6 @@
.boardMainTaskGroups {
display: flex;
justify-content: start;
justify-content: flex-start;
flex-wrap: nowrap;
overflow-x: scroll;