Spaces:
Sleeping
Sleeping
Update templates/order.html (#5)
Browse files- Update templates/order.html (1d0de70fa5441fe0868942c9e55e39bc1915ccc0)
Co-authored-by: lokesh surya sai sirigineedi <[email protected]>
- templates/order.html +10 -0
templates/order.html
CHANGED
|
@@ -126,6 +126,16 @@
|
|
| 126 |
.d-flex .cart-item-actions {
|
| 127 |
margin-bottom: 0px !important; /* Remove margin between fields */
|
| 128 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 129 |
</style>
|
| 130 |
</head>
|
| 131 |
<body>
|
|
|
|
| 126 |
.d-flex .cart-item-actions {
|
| 127 |
margin-bottom: 0px !important; /* Remove margin between fields */
|
| 128 |
}
|
| 129 |
+
.cart-item-instructions {
|
| 130 |
+
word-wrap: break-word; /* Ensures text wraps to the next line */
|
| 131 |
+
white-space: normal; /* Allows text to wrap naturally */
|
| 132 |
+
overflow-wrap: break-word; /* Breaks long words to prevent overflow */
|
| 133 |
+
max-width: 100%; /* Ensures the text stays within the container's width */
|
| 134 |
+
line-height: 1.5; /* Increases line height for better readability */
|
| 135 |
+
padding: 5px 0; /* Adds some padding for better text spacing */
|
| 136 |
+
word-break: break-word; /* Prevents words from overflowing */
|
| 137 |
+
}
|
| 138 |
+
|
| 139 |
</style>
|
| 140 |
</head>
|
| 141 |
<body>
|