Fix minimum size of a column

This commit is contained in:
yflory
2020-03-10 17:05:17 +01:00
parent 84e3ed84a6
commit e9e65ae23b
2 changed files with 2 additions and 2 deletions

View File

@@ -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;