From 8bc7dd18c9750089a90fd372494d1ae5916ee3c5 Mon Sep 17 00:00:00 2001 From: mcoker Date: Tue, 18 Jul 2023 18:42:38 -0500 Subject: [PATCH] fix(toolbar): added chip container class to toolbar content --- .../src/components/Toolbar/ToolbarChipGroupContent.tsx | 1 + .../__snapshots__/ToolbarChipGroupContent.test.tsx.snap | 2 +- .../Toolbar/__tests__/__snapshots__/Toolbar.test.tsx.snap | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/react-core/src/components/Toolbar/ToolbarChipGroupContent.tsx b/packages/react-core/src/components/Toolbar/ToolbarChipGroupContent.tsx index 1987864cff0..1e3448bacda 100644 --- a/packages/react-core/src/components/Toolbar/ToolbarChipGroupContent.tsx +++ b/packages/react-core/src/components/Toolbar/ToolbarChipGroupContent.tsx @@ -72,6 +72,7 @@ export class ToolbarChipGroupContent extends React.Component