Use a single button instead of drop down
All checks were successful
Build and push image / build-containers (push) Successful in 6m17s

This commit is contained in:
2025-06-14 22:09:43 +02:00
parent bce372a1d1
commit bf1d119bd8
3 changed files with 17 additions and 24 deletions

View File

@ -682,6 +682,12 @@
.h-\[12px\] {
height: 12px;
}
.h-\[16px\] {
height: 16px;
}
.h-\[32px\] {
height: 32px;
}
.h-\[36rem\] {
height: 36rem;
}