Hi All,
in a cell with an text-object the css-format
text-align:center; works
but
Is there any way to bring the text vertical in the middle?
thx for hints
br harry
Request clarification before answering.
Hi Harald,
This seems an old post however noticed that you have not marked as "Answered"
The below script in CSS seems to work perfectly fine for me
| display: flex; | |
| justify-content: center; | |
| flex-direction: column; | |
| height: auto; |
Below are some additional links explaining this in detail. Hope this helps
https://css-tricks.com/centering-css-complete-guide/
Centering in the Unknown | CSS-Tricks
Regards,
Premdas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.