fix: disable resize on ace editor - fixed #1110
This commit is contained in:
@@ -508,6 +508,7 @@ pre.ace_editor {
|
|||||||
@apply font-mono;
|
@apply font-mono;
|
||||||
@apply font-normal;
|
@apply font-normal;
|
||||||
@apply z-0;
|
@apply z-0;
|
||||||
|
@apply resize-none;
|
||||||
}
|
}
|
||||||
|
|
||||||
kbd,
|
kbd,
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<div class="show-on-large-screen">
|
<div class="show-on-large-screen">
|
||||||
<span
|
<span
|
||||||
class="p-2 m-2"
|
class="p-2 m-2 truncate"
|
||||||
:class="entryStatus.className"
|
:class="entryStatus.className"
|
||||||
:style="{ '--status-code': entry.status }"
|
:style="{ '--status-code': entry.status }"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user