This commit is contained in:
2024-02-21 14:14:01 +07:00
parent 15f5520474
commit eafb7bfb5f
11 changed files with 331 additions and 20 deletions

View File

@@ -776,9 +776,6 @@ input[type=radio]:focus:before {
.order-page .order-page-table td:nth-child(4), .order-page .order-page-table td:nth-child(10) {
text-align: left;
}
.order-page .order-page-table td * {
display: inline-block;
}
.order-page-table {
line-height: 20px;

File diff suppressed because one or more lines are too long

View File

@@ -793,9 +793,6 @@ input[type="radio"] {
&:nth-child(10) {
text-align: left;
}
* {
display: inline-block;
}
}
}
}