Inline List does not print cleanly

The Inline List gives two possibilities, both of which I don’t like. From the value 1.1 it shows 1… or with “Allow text wrapping” 1, and the last 1 on the next line.
How can I solve this?

1 Like

I agree. Text wrapping is kinda ugly. Need to use some CSS to make it look a bit better.

Try this:
No text wrapping on a compact list. Place this code in a rich text box on the same detail screen as the inline list.

<pre><span><style>
.textDetailStyle{
overflow: visible !important;
min-width: 40px !important;
}
3 Likes

Robert,
I think I don’t understand what you want with this CSS

CSS

Check your spelling of the <pre><span><style>

3 Likes

Robert it works fine now. Reduced the value from 40px to 20px.

1 Like

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