Only one column of cards is displayed
See original GitHub issueOften (not always) only one column of cards is displayed when I switch between views. I must then refresh the page or turn on the HA sidebar for a moment or switch view so that the number of columns returns to normal. I have cleaned the browser cache many times. Any solution for that?
HA: 0.89.2 layout-card: 226f86 browser: Chrome/Opera/Firefox
Incorrect view with one column:
My config:
title: 'Dom'
views:
- id: home
icon: mdi:home
title: 'Pomieszczenia'
background: '#e5e5e5 / center / cover no-repeat url("/local/pictures/bg.jpg") fixed'
path: home
panel: true
cards:
- type: custom:layout-card
cards:
- ...
- ...
- id: network
icon: mdi:ethernet
title: 'Sieć'
background: '#e5e5e5 / center / cover no-repeat url("/local/pictures/bg.jpg") fixed'
path: network
panel: true
cards:
- type: custom:layout-card
cards:
- ...
- ...
Issue Analytics
- State:
- Created 5 years ago
- Comments:16 (7 by maintainers)
Top Results From Across the Web
reactjs - Three cards in a row instead of all cards in one column
reactjs - Three cards in a row instead of all cards in one column - Stack Overflow. Stack Overflow for Teams – Start...
Read more >Cards - Bootstrap
Use card groups to render cards as a single, attached element with equal width and height columns. Card groups use display: flex; to...
Read more >How To Create Column Cards - W3Schools
Learn how to create responsive column cards with CSS. ... display: table; ... Responsive columns - one column layout (vertical) on small screens...
Read more >Bootstrap Card columns - free examples & tutorial
Use class .row-cols to control how many grid columns (wrapped around your cards) you show per row. Here's .row-cols-3 laying out the cards...
Read more >Card View | Smartsheet Learning Center
The title of a card will always be the field value for the sheet's Primary Column. · Fields on the card display information...
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
No. Your problem is an entirely different one caused by not realizing that
layout-card
is a card with all that entails. See https://github.com/thomasloven/lovelace-layout-card#layoutsFixed via version 8.