cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi All,

in a cell with an text-object the css-format

text-align:center;  works

but

vertical-align:middle; does not work

Is there any way to bring the text vertical in the middle?

thx for hints

br harry

0 Likes
View Entire Topic
Former Member
0 Likes

Hi Harald,

To make CSS coding look easy to understand, you can run your application in Google Chrome and try out by right clicking on the application and click Inspect element option in the browser. You can search and  goto the grid layout component used in the application and check the css code written by default and try by changing the CSS there itself and test if it is helping to solve your issue.

Thanks,

Sambit