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
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
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Norien @B3voholic it happens because we changed the
span
to 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 😃