From 9f054b05350c73bc3b16878e8d704b9ad701f1ce Mon Sep 17 00:00:00 2001 From: Jacob Shandling <61553566+jacobshandling@users.noreply.github.com> Date: Tue, 23 Jan 2024 18:56:47 +0000 Subject: [PATCH] UI - add padding to my device page (#16287) --- changes/16277-my-device-padding | 1 + frontend/pages/hosts/details/DeviceUserPage/_styles.scss | 1 + 2 files changed, 2 insertions(+) create mode 100644 changes/16277-my-device-padding 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 {