File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/react-core/src/components/Toolbar/examples Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export const ToolbarSpacers: React.FunctionComponent = () => {
4646 const groupColumnGapItems = (
4747 < React . Fragment >
4848 < ToolbarGroup variant = "action-group" columnGap = { { default : 'columnGapNone' } } >
49- < ToolbarItem className = "pf-m-wrap" >
49+ < ToolbarItem >
5050 < Button variant = "secondary" > No Column Gap</ Button >
5151 </ ToolbarItem >
5252 < ToolbarItem >
@@ -55,7 +55,7 @@ export const ToolbarSpacers: React.FunctionComponent = () => {
5555 </ ToolbarGroup >
5656 < ToolbarItem variant = "separator" > </ ToolbarItem >
5757 < ToolbarGroup variant = "action-group" columnGap = { { default : 'columnGapSm' } } >
58- < ToolbarItem className = "pf-m-wrap" >
58+ < ToolbarItem >
5959 < Button variant = "secondary" > Small Column Gap</ Button >
6060 </ ToolbarItem >
6161 < ToolbarItem >
@@ -64,7 +64,7 @@ export const ToolbarSpacers: React.FunctionComponent = () => {
6464 </ ToolbarGroup >
6565 < ToolbarItem variant = "separator" > </ ToolbarItem >
6666 < ToolbarGroup variant = "action-group" columnGap = { { default : 'columnGapXl' } } >
67- < ToolbarItem className = "pf-m-wrap" >
67+ < ToolbarItem >
6868 < Button variant = "secondary" > Extra Large Column Gap</ Button >
6969 </ ToolbarItem >
7070 < ToolbarItem >
You can’t perform that action at this time.
0 commit comments