Pixel perfect support for buttons showing correctly in vertical mode (#2460)

This commit is contained in:
Kevin Cunnane
2018-09-07 13:40:50 -07:00
committed by GitHub
parent ce699a1c84
commit 352afc9827
2 changed files with 17 additions and 1 deletions

View File

@@ -90,7 +90,7 @@ export default class ToolbarContainer extends ContainerBase<ToolbarItemConfig> i
}
public get paddingTop(): string {
return this.isHorizontal() ? '' : '10px';
return this.isHorizontal() ? '' : '';
}
public get toolbarClass(): string {