Merge branch 'RED-9012' into 'master'
RED-9012: fixed cosmetical issue. See merge request redactmanager/red-ui!422
This commit is contained in:
commit
fd4ba25f1b
@ -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"
|
||||
|
||||
@ -19,6 +19,10 @@ iqser-circle-button {
|
||||
&.undo-button {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
::ng-deep mat-icon {
|
||||
padding: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.w-full {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user