Subbu1304 commited on
Commit
83de450
·
verified ·
1 Parent(s): d048b80

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. templates/cart.html +1 -8
templates/cart.html CHANGED
@@ -15,13 +15,6 @@
15
  }
16
 
17
 
18
- .instructions {
19
- white-space: normal; /* Allow text to wrap */
20
- word-wrap: break-word; /* Break long words */
21
- overflow: hidden; /* Hide overflowed content */
22
- text-overflow: ellipsis; /* Add ellipsis if content overflows */
23
- max-height: 80px; /* Limit the height to fit within the card */
24
- }
25
 
26
  .cart-container {
27
  max-width: 768px;
@@ -392,7 +385,7 @@
392
  <div class="cart-item-addons">
393
  <small class="text-muted">Add-ons: {{ item.Add_Ons__c }}</small>
394
  </div>
395
- <div class="cart-item-instructions instructions">
396
  <small class="text-muted">Instructions: {{ item.Instructions__c or "None" }}</small>
397
  </div>
398
  <div class="cart-item-quantity mt-2">
 
15
  }
16
 
17
 
 
 
 
 
 
 
 
18
 
19
  .cart-container {
20
  max-width: 768px;
 
385
  <div class="cart-item-addons">
386
  <small class="text-muted">Add-ons: {{ item.Add_Ons__c }}</small>
387
  </div>
388
+ <div class="cart-item-instructions">
389
  <small class="text-muted">Instructions: {{ item.Instructions__c or "None" }}</small>
390
  </div>
391
  <div class="cart-item-quantity mt-2">