mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-22 08:14:18 +00:00
Other visual fixes
This commit is contained in:
parent
75f894bbf2
commit
c534617045
2 changed files with 2 additions and 3 deletions
|
@ -2,7 +2,6 @@
|
|||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
|
||||
max-width: 488px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue