Skip to content

Commit 311a032

Browse files
committed
chore(*): remove width hostbinding
1 parent e21a36f commit 311a032

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

projects/igniteui-angular/src/lib/grids/toolbar/grid-toolbar.component.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ export class IgxGridToolbarComponent extends DisplayDensityBase implements OnDes
104104
return this.displayDensity === 'compact';
105105
}
106106

107-
// /** @hidden @internal */
108-
// @HostBinding('style.max-width.px')
109-
// @HostBinding('style.flex-basis.px')
110-
// public width = null;
111107

112108
protected _grid: IgxGridBaseDirective;
113109
protected sub: Subscription;

0 commit comments

Comments
 (0)