question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Help adding a space between name and state!

See original GitHub issue

I 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 frontend_old

and now the new on 0.1.1 frontend

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:closed
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
RomRidercommented, Apr 19, 2019

@Norien @B3voholic it happens because we changed the span to a div. Waiting for a bunch or PR to be merged in and I will start working on this just after. Lots of good stuff incoming! 🙂

0reactions
RomRidercommented, Apr 22, 2019

Added 2 new layouts and updated the documentation, it should be merged soon 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found