fix: disable resize on ace editor - fixed #1110
This commit is contained in:
parent
b4ac527638
commit
64f64b9e31
2 changed files with 2 additions and 1 deletions
|
|
@ -508,6 +508,7 @@ pre.ace_editor {
|
|||
@apply font-mono;
|
||||
@apply font-normal;
|
||||
@apply z-0;
|
||||
@apply resize-none;
|
||||
}
|
||||
|
||||
kbd,
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<div>
|
||||
<div class="show-on-large-screen">
|
||||
<span
|
||||
class="p-2 m-2"
|
||||
class="p-2 m-2 truncate"
|
||||
:class="entryStatus.className"
|
||||
:style="{ '--status-code': entry.status }"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue