UI - add padding to my device page (#16287)

This commit is contained in:
Jacob Shandling 2024-01-23 18:56:47 +00:00 committed by GitHub
parent cad4ccadfd
commit 9f054b0535
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
* Restore proper padding to the device user page aka my device page.

View file

@ -8,6 +8,7 @@
justify-content: flex-start;
padding-bottom: 50px;
min-width: 0;
padding: $pad-xlarge;
.info-banner {
&__cta {