Months ago I started to use TILES and used right justification for text - i.e. icon on the left, text on the right - right justified - then a couple of HA updates ago the right justfication stopped working properly…
I’m using card-mod to get the pretty border etc.
card_mod:
style: |
ha-card {
border: 1px solid darkcyan;
background-color: #004466;
text-align: left;
}
That text-align - used to be RIGHT - but I had to take that out as it stopped working a month or so ago. For examp[le “control box” and “OFF” were right justfied and on the right of the tile, now they would be right justified but NOT at the right of the box, so different string lengths would now determine how far right the 2 lines go… has anyone else noticed this?
For example:
Is this a core issue or something wrong with card-mod that WAS OK?
Ideas anyone - this should be so simple…