Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/panels/lovelace/editor/view-editor/hui-edit-view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ export class HuiEditView extends LitElement {
.preview-badges {
display: flex;
justify-content: center;
margin: 8px 16px;
margin: 12px 16px;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the same as on the Lovelace view?

Copy link
Copy Markdown
Contributor Author

@zsarnett zsarnett Apr 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It has the 4 px padding around the top of the view. Plus the 8px 16px margin

flex-wrap: wrap;
}
`,
Expand Down