This commit is contained in:
2025-05-24 14:27:43 +05:00
parent ebded8c39d
commit 778bd9030c
11 changed files with 386 additions and 212 deletions

View File

@@ -42,3 +42,9 @@ button[dusk="create-and-add-another-button"] {
.o1-table thead tr th:first-child {
padding-left: 5px;
}
@media (min-width: 768px) {
.md\:w-1\/2 {
width: 50%;
}
}