1
Fork 0

Other visual fixes

This commit is contained in:
Steffo 2023-08-12 06:02:56 +02:00
parent 75f894bbf2
commit c534617045
Signed by: steffo
GPG key ID: 2A24051445686895
2 changed files with 2 additions and 3 deletions
todoblue/src/app/[lang]/board/[board]/(page)

View file

@ -2,7 +2,6 @@
padding-left: 4px;
padding-right: 4px;
max-width: 488px;
width: 100%;
height: 100%;

View file

@ -41,13 +41,13 @@
}
.boardMainTaskGroupsMultiColumn .boardColumn {
min-width: 248px;
width: 248px;
max-width: 488px;
height: 100%;
flex-grow: 1;
flex-shrink: 1;
flex-shrink: 0;
}
.boardColumnContents {