Can anybody explain the feature of „t“ here.
Btw. This works with any character.
This makes exactly what I need. It brings the text in the middle.
Just a speculation, this can be caused by a created “card-mod” element in DOM.
Please paste a code here for checking.
type: tile
entity: sensor.wetterstation_station_wind_speed
state_display: "{{ states(sensor.wetterstation_station_wind_speed) }}"
name: " "
color: red
vertical: false
features_position: bottom
card_mod:
style:
ha-tile-info$: |
.secondary {
t
line-height: 2.3em !important;
font-size: 2.3em !important;
margin-top: 0px !important;
}
Seems that this makes the “line-height: 123;” to “t line-height:123;” - thus the property is ignored.
Check in Code Inspector if the “line-height” is set.
Oh crazy, yes the t ignores the next line. Which is fault. I do not know how this came in.
Thank you so
Problem solved
Mark the thread as solved then by marking a corrrespondibf post.
Update: well, I meant another post, but ok, at least people will see that the topic is solved.

