File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
src/app/[locale]/seller/sale-items/[id] Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -127,10 +127,16 @@ export default function BuyFromSellerForm({ params }: { params: { id: string } }
127
127
</ div >
128
128
</ div >
129
129
130
- { /* Seller Details/ Description */ }
130
+ { /* Seller Details/Description */ }
131
131
< h2 className = { SUBHEADER } > { t ( 'SCREEN.BUY_FROM_SELLER.SELLER_DETAILS_LABEL' ) } </ h2 >
132
- < div className = "seller_item_container mb-5" >
133
- < p className = "mb-3" > { sellerShopInfo . description } </ p >
132
+ < div className = "seller_item_container" >
133
+
134
+ { /* Seller's description with line breaks */ }
135
+ < div className = "seller-description-display" >
136
+ < p className = 'mb-5' style = { { whiteSpace : 'pre-wrap' } } >
137
+ { sellerShopInfo . description }
138
+ </ p >
139
+ </ div >
134
140
</ div >
135
141
136
142
{ /* Seller Address/ Position */ }
You can’t perform that action at this time.
0 commit comments