diff --git a/changes/16277-my-device-padding b/changes/16277-my-device-padding new file mode 100644 index 0000000000..c47c9c3d1a --- /dev/null +++ b/changes/16277-my-device-padding @@ -0,0 +1 @@ +* Restore proper padding to the device user page aka my device page. diff --git a/frontend/pages/hosts/details/DeviceUserPage/_styles.scss b/frontend/pages/hosts/details/DeviceUserPage/_styles.scss index ac88dea247..68c789cc54 100644 --- a/frontend/pages/hosts/details/DeviceUserPage/_styles.scss +++ b/frontend/pages/hosts/details/DeviceUserPage/_styles.scss @@ -8,6 +8,7 @@ justify-content: flex-start; padding-bottom: 50px; min-width: 0; + padding: $pad-xlarge; .info-banner { &__cta {