RED-8150: Adjust spacing in redact text dialog
This commit is contained in:
parent
478353c8f8
commit
b5a6b211d8
@ -13,7 +13,10 @@
|
||||
class="selected-text"
|
||||
></label>
|
||||
|
||||
<div [ngClass]="isEditingSelectedText ? 'flex relative' : 'flex-align-items-center'" class="fixed-height">
|
||||
<div
|
||||
[class.fixed-height-36]="dictionaryRequest"
|
||||
[ngClass]="isEditingSelectedText ? 'flex relative' : 'flex-align-items-center'"
|
||||
>
|
||||
<span *ngIf="!isEditingSelectedText" [innerHTML]="form.controls.selectedText.value"></span>
|
||||
|
||||
<textarea
|
||||
|
||||
@ -36,8 +36,8 @@
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.fixed-height {
|
||||
min-height: 40px;
|
||||
.fixed-height-36 {
|
||||
min-height: 36px;
|
||||
}
|
||||
|
||||
textarea {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user