RED-9012: fixed cosmetical issue.

This commit is contained in:
Nicoleta Panaghiu 2024-05-17 14:55:00 +03:00
parent df859686bf
commit d4706a62bd
2 changed files with 6 additions and 2 deletions

View File

@ -33,7 +33,7 @@
(action)="toggleEditingSelectedText()"
*ngIf="dictionaryRequest && !isEditingSelectedText"
[tooltip]="'redact-text.dialog.content.edit-text' | translate"
[size]="18"
[size]="20"
[iconSize]="13"
icon="iqser:edit"
tooltipPosition="below"
@ -44,7 +44,7 @@
*ngIf="isEditingSelectedText"
[showDot]="initialText !== form.get('selectedText').value"
[tooltip]="'redact-text.dialog.content.revert-text' | translate"
[size]="18"
[size]="20"
[iconSize]="13"
class="undo-button"
icon="red:undo"

View File

@ -19,6 +19,10 @@ iqser-circle-button {
&.undo-button {
margin-left: 8px;
}
::ng-deep mat-icon {
padding: 2px;
}
}
.w-full {