Dropdown


Hi all
is there a way to make the product price dropdown like the template image below …?
:point_down:

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.

  1. Make sure your layout is a Details layout
  2. Add an inline list component and configure it
  3. Add a rich text component and add the following 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.

4 Likes

Thank You Lots,
The way you succeed…

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.