Fix minimum size of a column
This commit is contained in:
@@ -239,7 +239,7 @@
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
justify-content: space-around;
|
||||
min-height: 50px;
|
||||
min-height: 38px; // Size of one card
|
||||
}
|
||||
header {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user