diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/shared/shared-main/buttons/button.component.scss | 1 | ||||
-rw-r--r-- | client/src/app/shared/shared-main/buttons/edit-button.component.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-main/buttons/button.component.scss b/client/src/app/shared/shared-main/buttons/button.component.scss index 1a28dd981..06fde9f1d 100644 --- a/client/src/app/shared/shared-main/buttons/button.component.scss +++ b/client/src/app/shared/shared-main/buttons/button.component.scss | |||
@@ -7,6 +7,7 @@ my-small-loader ::ng-deep .root { | |||
7 | width: 20px; | 7 | width: 20px; |
8 | } | 8 | } |
9 | 9 | ||
10 | a[class$=-button], | ||
10 | span[class$=-button] { | 11 | span[class$=-button] { |
11 | > span { | 12 | > span { |
12 | margin-left: 5px; | 13 | margin-left: 5px; |
diff --git a/client/src/app/shared/shared-main/buttons/edit-button.component.html b/client/src/app/shared/shared-main/buttons/edit-button.component.html index 8a97c6c1e..4ffc563d9 100644 --- a/client/src/app/shared/shared-main/buttons/edit-button.component.html +++ b/client/src/app/shared/shared-main/buttons/edit-button.component.html | |||
@@ -2,5 +2,5 @@ | |||
2 | <my-global-icon iconName="edit" aria-hidden="true"></my-global-icon> | 2 | <my-global-icon iconName="edit" aria-hidden="true"></my-global-icon> |
3 | 3 | ||
4 | <span class="button-label" *ngIf="label">{{ label }}</span> | 4 | <span class="button-label" *ngIf="label">{{ label }}</span> |
5 | <span i18n class="button-label" *ngIf="!label">Update</span> | 5 | <span class="button-label" i18n *ngIf="!label">Update</span> |
6 | </a> | 6 | </a> |