Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 0047454

Browse files
committed
chore: responsive design fix
1 parent 5eb8e41 commit 0047454

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/features/dashboard/components/Dialogs/RegisterAppDialogSuccess/register-app-dialog-success.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@
1212
padding: rem(0.8) rem(2.4) 0;
1313
font-size: rem(1.4);
1414
line-height: rem(2);
15+
white-space: nowrap;
1516
@media (max-width: 992px) {
1617
padding: 0 0 0 rem(1.6);
1718
}
19+
@media (max-width: 768px) {
20+
padding: unset;
21+
}
1822

1923
.title {
2024
font-weight: bold;

0 commit comments

Comments
 (0)