Skip to content

Commit 2d9f215

Browse files
authored
Merge pull request #284 from reportportal/EPMRPP-114397-add-portal-prop-to-action-menu
EPMRPP || Popup is cut when it is opened for one item at "All Users" page
2 parents 07fa711 + 0936d5b commit 2d9f215

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/components/actionMenu/actionMenu.module.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@
1919
.action-menu {
2020
display: inline-flex;
2121
vertical-align: middle;
22+
}
2223

23-
.actions-popover {
24-
padding: 8px 0;
25-
}
24+
// .actions-popover.actions-popover has two-class specificity, same as the old nested rule,
25+
// so it beats .popover { padding: 16px } regardless of load order.
26+
.actions-popover.actions-popover {
27+
padding: 8px 0;
2628
}
2729

2830
.action-dropdown {

0 commit comments

Comments
 (0)