Reputation: 6899
I have a display-only page item on an inline dialog region. The value of the item is set via hidden page item that retrieves the value from the database using PL/SQL.
The issue is that the text is rather long, so instead of text wrapping, it extends beyond the width of the inline dialog causing a horizontal scroll bar to appear. How can I set the width of the page item to be no wider than the inline dialog default width and make the page item text wrap around?
Upvotes: 0
Views: 1236
Reputation: 142705
Did you try to
style="width:300px"
Illustration:
Upvotes: 0