issue #11 Fix text overflow issue on amenity item selection order lists.

This commit is contained in:
Paul Kim
2024-03-29 17:53:39 +09:00
parent 9da17b7835
commit d7a6748ff8
3 changed files with 18 additions and 10 deletions

View File

@@ -1055,6 +1055,8 @@
width: 50%;
float: left;
padding: 0px 0px 0px 20px;
text-overflow: ellipsis;
overflow: hidden;
}
.popup .amenity .bg .owl-carousel .owl-stage .am_item_sel_cart_win .winright>.cart_table>.tbl_record tbody tr>.cartItem>#quantity {