From 08bb6b91ff121077b9edee910847fa1b04b209f6 Mon Sep 17 00:00:00 2001 From: Nick Mitchell Date: Mon, 17 Mar 2025 11:53:34 -0400 Subject: [PATCH] fix: eliminate top-bottom padding and odd border radius in detail drawer ui Signed-off-by: Nick Mitchell --- pdl-live-react/src/view/detail/DrawerContent.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pdl-live-react/src/view/detail/DrawerContent.css b/pdl-live-react/src/view/detail/DrawerContent.css index ca82e3dea..88b440ac7 100644 --- a/pdl-live-react/src/view/detail/DrawerContent.css +++ b/pdl-live-react/src/view/detail/DrawerContent.css @@ -1,4 +1,9 @@ +.pf-v6-c-drawer__panel { + padding: 0; +} + .pdl-drawer-content { + border-radius: 0; .pdl-breadcrumb-bar { margin-top: 0.375em;