Hi all
is there a way to make the product price dropdown like the template image below …?
to be like this…
to be like this…
You’ll need to use some CSS to style the card detail text. This only works in a details layout because you also need to add a rich text component to enter the CSS.
<pre><span><style>
.card-subtitle {
white-space: pre-wrap !important;
}
I’d still like there to be a native option for this. A checkbox that says wrap text
just like an in-line list > list layout.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.