Skip to content

Commit

Permalink
chore(html): add sizing class to grid toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyaVes committed Dec 19, 2024
1 parent 7286f03 commit f098726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/html/src/grid/tests/grid-angular.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default () =>(
<span className="col-3">Angular -- standalone column chooser</span>
<section className="col-2">
<GridNormal pager={false} groupingHeader={false} toolbar={(
<div className="k-toolbar k-toolbar-solid k-grid-toolbar">
<div className="k-toolbar k-toolbar-md k-toolbar-solid k-grid-toolbar">
<div className="k-spacer"></div>
<div className="k-grid-column-chooser">
<Button fillMode="flat" icon="columns"></Button>
Expand Down

0 comments on commit f098726

Please sign in to comment.