fix margin-left for edit-button

pull/3023/head
Rigel Kent 2020-07-03 10:39:59 +02:00 committed by Rigel Kent
parent dfe3f7b72e
commit 292c17b894
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ my-small-loader ::ng-deep .root {
width: 20px;
}
a[class$=-button],
span[class$=-button] {
> span {
margin-left: 5px;

View File

@ -2,5 +2,5 @@
<my-global-icon iconName="edit" aria-hidden="true"></my-global-icon>
<span class="button-label" *ngIf="label">{{ label }}</span>
<span i18n class="button-label" *ngIf="!label">Update</span>
<span class="button-label" i18n *ngIf="!label">Update</span>
</a>