|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
<div class="d-flex flex-column gap-1 mb-1">
|
|
|
|
|
<textarea class="form-control w-100 p-2 overflow-hidden" style="height: 32px; max-height: 30vh; resize: none;">{rawContent}</textarea>
|
|
|
|
|
<textarea class="form-control w-100" style="height:0; max-height: 30vh; resize: none;">{rawContent}</textarea>
|
|
|
|
|
<div class="align-self-end d-flex gap-2 bottom-0 end-0">
|
|
|
|
|
<button class="btn btn-sm btn-outline-secondary" data-action="cancel">[[global:cancel]]</button>
|
|
|
|
|
<button class="btn btn-sm btn-success" data-action="save">[[global:save]]</button>
|
|
|
|
|