Styling updates for HDFS Manage Access Dialog (#7551)

This commit is contained in:
Charles Gagnon
2019-10-08 16:02:55 -07:00
committed by GitHub
parent eee7e52bd4
commit 2fe82e4b2f
8 changed files with 165 additions and 73 deletions

View File

@@ -119,7 +119,7 @@ export default class ButtonComponent extends ComponentWithIconBase implements IC
this._button.setWidth(this.convertSize(this.width.toString()));
}
if (this.height) {
this._button.setWidth(this.convertSize(this.height.toString()));
this._button.setHeight(this.convertSize(this.height.toString()));
}
this.updateIcon();
this._changeRef.detectChanges();