We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21a36f commit 311a032Copy full SHA for 311a032
projects/igniteui-angular/src/lib/grids/toolbar/grid-toolbar.component.ts
@@ -104,10 +104,6 @@ export class IgxGridToolbarComponent extends DisplayDensityBase implements OnDes
104
return this.displayDensity === 'compact';
105
}
106
107
- // /** @hidden @internal */
108
- // @HostBinding('style.max-width.px')
109
- // @HostBinding('style.flex-basis.px')
110
- // public width = null;
111
112
protected _grid: IgxGridBaseDirective;
113
protected sub: Subscription;
0 commit comments