Skip to content

Commit 3def80b

Browse files
committed
fix: eliminate top-bottom padding and odd border radius in detail drawer ui
Signed-off-by: Nick Mitchell <[email protected]>
1 parent e778549 commit 3def80b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pdl-live-react/src/view/detail/DrawerContent.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
.pf-v6-c-drawer__panel {
2+
padding: 0;
3+
}
4+
15
.pdl-drawer-content {
6+
border-radius: 0;
27
.pdl-breadcrumb-bar {
38
margin-top: 0.375em;
49

0 commit comments

Comments
 (0)