Quantcast
Channel: OutSystems Community
Viewing all articles
Browse latest Browse all 1476385

[Forums] How can I make a table record display a cell in multi line?

$
0
0

Hello Fabio,


You have two ways to specify the CSS. I have checked your screen shot.


1. Using the Id of the container (by matching partially)

[id$="MainContent"] {
  word-wrap: break-word;
}


This one is more appropriate.


2. Option 2:


div.content-middle {

 word-wrap: break-word;

}


Please add either of this (option1 or option2 ) in the CSS of the webscreen.

That should solve the problem.


Viewing all articles
Browse latest Browse all 1476385

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>