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?

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;
}

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

CSS

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

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