Update dependencies and fix minor bugs.

This commit is contained in:
Andras Bacsai
2023-11-13 15:19:49 +01:00
parent 3dd9182281
commit 3fc264560c
8 changed files with 109 additions and 22 deletions

View File

@@ -124,3 +124,6 @@ tr td:first-child {
.fullscreen {
@apply fixed top-0 left-0 w-full h-full z-[9999] bg-coolgray-100 overflow-y-auto scrollbar pb-4 ;
}
input.input-sm {
@apply pr-10;
}