This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user