30.03.2017, 11:47
(11.03.2017, 23:03)Erwin van der Zwart Wrote: Hi Thomas,Hi Erwin
Try this: (add to custom css and give text element additional class 'right-align' and you might need to adjust the min-width rule depending on your text size)
Code:.right-align {
text-align: right !important;
min-width: 150px;
}
BR,
Erwin
I just tried this, but it did not change the alignment on my value objects. I have copied the code above to the CSS, and added 'right-align' to the additional classes for all values in a table created in a widget, but all values still has left alignment.
Is there something else I need to do in order to get this working?
Trond
There are 10 kinds of people in the world; those who can read binary and those who don't