Skip to content

Commit

Permalink
fix text alignment when #name is truncated...
Browse files Browse the repository at this point in the history
  • Loading branch information
matt8707 committed Nov 9, 2021
1 parent c560bde commit 6616236
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions button_card_templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@
: 'var(--state-icon-color);'
}
}
#container {
text-align: left !important;
}
#name, #state {
font-size: 1.34vw;
letter-spacing: 0.05vw;
Expand Down

0 comments on commit 6616236

Please sign in to comment.