mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-05 22:26:07 +00:00
Handle long payment description with no space
This commit is contained in:
@@ -59,8 +59,8 @@
|
||||
%div.summary
|
||||
%span.summary-value
|
||||
= last_payment_method(@order)&.name
|
||||
%p.text-small.text-skinny.pre-line
|
||||
%em= last_payment_method(@order)&.description
|
||||
%div.summary-description
|
||||
= last_payment_method(@order)&.description
|
||||
%a.summary-edit{href: main_app.checkout_step_path(:payment)}
|
||||
= t("split_checkout.step3.payment_method.edit")
|
||||
|
||||
|
||||
@@ -185,6 +185,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.paymentmethod-container .paymentmethod-description.panel {
|
||||
@include force-wrap;
|
||||
}
|
||||
|
||||
.checkout-step3 {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
@@ -281,6 +285,7 @@
|
||||
|
||||
.summary-description {
|
||||
@include force-wrap;
|
||||
color: $min-accessible-grey;
|
||||
}
|
||||
|
||||
.summary-edit {
|
||||
|
||||
Reference in New Issue
Block a user