From b7d320250e4eb095da8724cb14a038a52954b3e4 Mon Sep 17 00:00:00 2001 From: Scott Gress Date: Fri, 28 Feb 2025 11:13:46 -0600 Subject: [PATCH] Fix height of masthead on device details page (#26707) For #26697 This was using the wrong class (maybe outdated?) for the masthead, leading to incorrect margins and too much height. Changing it to use the same class as the main Fleet nav fixes it. Before: image After: image --- frontend/pages/hosts/details/DeviceUserPage/DeviceUserPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/pages/hosts/details/DeviceUserPage/DeviceUserPage.tsx b/frontend/pages/hosts/details/DeviceUserPage/DeviceUserPage.tsx index c2b48ad5f2..97e42db4d9 100644 --- a/frontend/pages/hosts/details/DeviceUserPage/DeviceUserPage.tsx +++ b/frontend/pages/hosts/details/DeviceUserPage/DeviceUserPage.tsx @@ -615,7 +615,7 @@ const DeviceUserPage = ({ />