File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed
packages/react-core/src/components/Toolbar/examples Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -224,38 +224,46 @@ export const ToolbarSpacers: React.FunctionComponent = () => {
224224
225225 return (
226226 < >
227- < strong > Toolbar Group Spacing:</ strong >
227+ < h4 > Toolbar group spacing</ h4 >
228+ < br />
229+ Using gap
228230 < br />
229231 < br />
230232 < Toolbar id = "toolbar-spacers" >
231233 < ToolbarContent > { groupGapItems } </ ToolbarContent >
232234 </ Toolbar >
233- < strong > Using column gap</ strong >
235+ < br />
236+ Using column gap
234237 < br />
235238 < br />
236239 < Toolbar id = "toolbar-spacers" >
237240 < ToolbarContent > { groupColumnGapItems } </ ToolbarContent >
238241 </ Toolbar >
239- < strong > Using row gap</ strong >
242+ < br />
243+ Using row gap
240244 < br />
241245 < br />
242246 < Toolbar id = "toolbar-spacers" >
243247 < ToolbarContent > { groupRowGapItems } </ ToolbarContent >
244248 </ Toolbar >
245249 < br />
246- < strong > Toolbar Item Spacing:</ strong >
250+ < h4 > Toolbar item spacing</ h4 >
251+ < br />
252+ Using gap
247253 < br />
248254 < br />
249255 < Toolbar id = "toolbar-spacers" >
250256 < ToolbarContent > { itemGapItems } </ ToolbarContent >
251257 </ Toolbar >
252- < strong > Using column gap</ strong >
258+ < br />
259+ Using column gap
253260 < br />
254261 < br />
255262 < Toolbar id = "toolbar-spacers" >
256263 < ToolbarContent > { itemColumnGapItems } </ ToolbarContent >
257264 </ Toolbar >
258- < strong > Using row gap</ strong >
265+ < br />
266+ Using row gap
259267 < br />
260268 < br />
261269 < Toolbar id = "toolbar-spacers" >
You can’t perform that action at this time.
0 commit comments