Skip to content

Commit d3a8bf1

Browse files
committed
frontend: align center "no backups" text and padding on container
1 parent fb72430 commit d3a8bf1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 0 deletions
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)