phpstan errors & onlinepayment extended

This commit is contained in:
2025-03-13 17:10:48 +05:00
parent d726bf9f91
commit d85fca1f09
6 changed files with 38 additions and 59 deletions

View File

@@ -34,3 +34,11 @@ button[dusk="update-and-continue-editing-button"],
button[dusk="create-and-add-another-button"] {
display: none;
}
.o1-table thead tr {
text-align: left;
}
.o1-table thead tr th:first-child {
padding-left: 5px;
}