Skip to content

Commit 1a8319a

Browse files
Create mobile column gap variable in hui-sections-view (#27949)
Update mobile column gap variable in hui-sections-view
1 parent ac23ce6 commit 1a8319a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/panels/lovelace/views/hui-sections-view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ export class SectionsView extends LitElement implements LovelaceViewElement {
365365
366366
@media (max-width: 600px) {
367367
:host {
368-
--column-gap: var(--row-gap);
368+
--column-gap: var(--ha-view-sections-narrow-column-gap, var(--row-gap));
369369
}
370370
}
371371

0 commit comments

Comments
 (0)