소스 검색

Enhance PlaymateRecordCard styling for better text display

- Added 'white-space: nowrap' CSS property to the PlaymateRecordCard component to prevent text wrapping, improving the visual layout and readability of discount information.
0es 2 주 전
부모
커밋
48efc0f7cd
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/components/order/PlaymateRecordCard.vue

+ 1 - 0
app/components/order/PlaymateRecordCard.vue

@@ -373,6 +373,7 @@ const isDiscount = computed(() => {
     font-size: 11px;
     font-weight: 400;
     line-height: 14px;
+    white-space: nowrap;
   }
 }