🐛 fix card height in lists

This commit is contained in:
Nuno Coração
2023-04-10 21:56:12 +01:00
parent ae3b8d9933
commit b2849743d6
2 changed files with 5 additions and 10 deletions

View File

@@ -1928,11 +1928,6 @@ select {
height: 100%;
}
.h-max {
height: -moz-max-content;
height: max-content;
}
.h-screen {
height: 100vh;
}
@@ -1965,15 +1960,15 @@ select {
min-height: auto;
}
.min-h-full {
min-height: 100%;
}
.min-h-fit {
min-height: -moz-fit-content;
min-height: fit-content;
}
.min-h-full {
min-height: 100%;
}
.\!w-px {
width: 1px !important;
}