Help adding a space between name and state!
See original GitHub issueI just updated to 0.1.1 and noticed that the name and state now stack vertically vs horizontal on 0.0.8
I was able to play around and get the alignment back to horizontal with a style tag
style:
  - display: flex
  - justify-content: center
but I cannot seem to get a space between the name and state no matter what I try.
here is a screenshot of my old frontend on 0.0.8

and now the new on 0.1.1

I’m getting closer to what I want but defiantly need some help getting the space back! Edit** - My lovelace is over here - https://github.com/Norien/Home-Assistant-Config/blob/master/ui-lovelace.yaml
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
 Top Results From Across the Web
Top Results From Across the Web
How to add space between first name and last name in Excel?
To add space between the first name and last name, you only can apply a Defined Function to solve in Excel. 1. Press...
Read more >I need a space between the first and last name for a report in ...
I need a space between the first and last name for a report in Access. ... This is what I coded: =[First Name]...
Read more >How to add space between names in string PHP?
We can use preg_replace here: $names = "NathanaelDousaMaxbergenRafaelSteen"; $output = preg_replace("/(?<=[a-z])(?
Read more >How to write SQL queries with spaces in column names
In this article, we are going to learn how we can write a SQL query with space in the column name. Blanks spaces...
Read more >How to Add White Space Between Elements in React JSX
Learn a few different ways of how to add white space between elements on the same line in React JSX. Sometimes you need...
Read more > Top Related Medium Post
Top Related Medium Post
No results found
 Top Related StackOverflow Question
Top Related StackOverflow Question
No results found
 Troubleshoot Live Code
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free Top Related Reddit Thread
Top Related Reddit Thread
No results found
 Top Related Hackernoon Post
Top Related Hackernoon Post
No results found
 Top Related Tweet
Top Related Tweet
No results found
 Top Related Dev.to Post
Top Related Dev.to Post
No results found
 Top Related Hashnode Post
Top Related Hashnode Post
No results found

@Norien @B3voholic it happens because we changed the
spanto adiv. Waiting for a bunch or PR to be merged in and I will start working on this just after. Lots of good stuff incoming! 🙂Added 2 new layouts and updated the documentation, it should be merged soon 😃