Skip to content

Commit 00e1552

Browse files
committed
Set min-width for popovers that were being overridden
1 parent 2155d74 commit 00e1552

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

frontend/public/style/_overrides.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,3 +399,8 @@ ul.pf-v5-c-tree-view__list {
399399
color: var(--pf-global--Color--100);
400400
background-color: var(--pf-global--palette--black-600);
401401
}
402+
403+
// PF5 Popover component applies an new inline width:auto style that overrides it's own pf-v5-c-popover min-width: var(--pf-v5-c-popover--MinWidth). So the pf-v5-c-popover container is not a consistent size and can resize when additional content is loaded which causes the alignment to be incorrect.
404+
.pf-v5-c-popover {
405+
min-width: var(--pf-v5-c-popover--MinWidth) !important;
406+
}

0 commit comments

Comments
 (0)