Table element: how allign text in cells vertically?
Hello, how to allign text in cells vertically please? Text /or values in table is alligned to the middle/center, which violates rules of proper information display in tables in many cases. There probably must be a way to allign everything to the top of the cells in particular case on my screenshot), but I did not find it It probably can be done via custom CSS? Thank you
Update: I tried it with:
element {
vertical-align: text-top;
}
but that does nothing.
-
Hi Marek,
Thank you for reaching out to us. Please try adding the below custom CSS in the project settings - https://imgur.com/pCKwB6a
Don't forget to save your changes and let us know if this works for you.tr.brz-table__tr {
vertical-align: top;
}
td.brz-table__td {
vertical-align: top;
}Best regards,
Ariel H.0 -
Aaaaaaaahaaaaa,
it is the “tr.brz-table__tr“ and “...td“ element
Great, it is exactly what I needed. As I wrote – there is a way to do it for sure, but I overlooked how :)
Thank you for your time and help
M.
0
Please sign in to leave a comment.
Comments
2 comments