Skip to content

Commit

Permalink
Fix backups fab spacer (#23490)
Browse files Browse the repository at this point in the history
  • Loading branch information
karwosts authored Dec 28, 2024
1 parent 3fd3c80 commit 49c377b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/panels/config/backup/ha-config-backup-backups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ class HaConfigBackupBackups extends SubscribeMixin(LitElement) {

return html`
<hass-tabs-subpage-data-table
hasFab
has-fab
.tabs=${[
{
translationKey: "ui.panel.config.backup.caption",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export class HaConfigLovelaceRescources extends LitElement {
.filter=${this._filter}
@search-changed=${this._handleSearchChange}
@row-click=${this._editResource}
hasFab
has-fab
clickable
>
<ha-fab
Expand Down

0 comments on commit 49c377b

Please sign in to comment.