fix them de
All checks were successful
Deploy on Master Change / deploy (push) Successful in 1m15s

This commit is contained in:
2026-07-13 11:12:55 +07:00
parent 84ad60841c
commit 120ff1f3c8
3 changed files with 76 additions and 38 deletions

View File

@@ -2582,8 +2582,8 @@ input:checked + .slider:before {
}
.seating-grid-board {
--seating-cell-min-width: 136px;
--seating-cell-min-height: 156px;
--seating-cell-min-width: 148px;
--seating-cell-min-height: 176px;
display: grid;
gap: 10px;
flex: 1;
@@ -2646,15 +2646,19 @@ input:checked + .slider:before {
}
.seating-seat-name {
font-size: 0.8rem;
font-size: 0.72rem;
font-weight: 700;
margin-top: 2px;
white-space: nowrap;
white-space: normal;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-word;
width: 100%;
padding: 0 2px;
line-height: 1.2;
line-height: 1.25;
max-height: 3.75em;
}
.seating-seat-code {