Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 58e8049

Browse files
committed
fix: popover close button should have padding
1 parent 277095f commit 58e8049

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

plugins/plugin-client-common/web/scss/components/Popover/PatternFly.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@
3131
}
3232
}
3333
.pf-c-popover__content {
34-
max-height: 40rem; /* Neither PatternFly nor Carbon let us specify this via props */
3534
overflow-y: auto;
3635
}
37-
38-
.pf-c-button[aria-label='Close'] {
39-
padding: 0;
40-
}
4136
}

0 commit comments

Comments
 (0)