Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export class ToolbarChipGroupContent extends React.Component<ToolbarChipGroupCon
<div
className={css(
styles.toolbarContent,
!collapseListedFilters && styles.modifiers.chipContainer,
(numberOfFilters === 0 || isExpanded) && styles.modifiers.hidden,
className
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`ToolbarChipGroupContent should match snapshot (auto-generated) 1`] = `
<DocumentFragment>
<div
class="pf-v5-c-toolbar__content pf-m-hidden string"
class="pf-v5-c-toolbar__content pf-m-chip-container pf-m-hidden string"
hidden=""
>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ exports[`Toolbar should render inset 1`] = `
</div>
</div>
<div
class="pf-v5-c-toolbar__content pf-m-hidden"
class="pf-v5-c-toolbar__content pf-m-chip-container pf-m-hidden"
hidden=""
>
<div
Expand Down Expand Up @@ -395,7 +395,7 @@ exports[`Toolbar should render with page inset flag 1`] = `
</div>
</div>
<div
class="pf-v5-c-toolbar__content pf-m-hidden"
class="pf-v5-c-toolbar__content pf-m-chip-container pf-m-hidden"
hidden=""
>
<div
Expand Down