Skip to content

Commit cd9d413

Browse files
committed
Merge branch 'frontend-manage-backups-no-backup-padding'
2 parents fb72430 + d3a8bf1 commit cd9d413

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

frontends/web/src/routes/device/bitbox02/backups.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export const BackupsV2 = ({
128128
}
129129
</div>
130130
) : (
131-
<p>{t('backup.noBackups')}</p>
131+
<p className="text-center">{t('backup.noBackups')}</p>
132132
)
133133
}
134134
</div>

frontends/web/src/routes/device/components/backups.module.css

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
flex-direction: column;
1010
text-align: left;
1111
flex: 1;
12+
padding: var(--space-eight);
1213
}
1314

1415
.listContainer {

0 commit comments

Comments
 (0)