From 64f64b9e31ba6985e5b83bbc6bf231e09a67287b Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Tue, 23 Mar 2021 09:39:14 +0000 Subject: [PATCH] fix: disable resize on ace editor - fixed #1110 --- assets/scss/styles.scss | 1 + components/history/rest/Card.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/scss/styles.scss b/assets/scss/styles.scss index 561709fb9..b4aafd1ff 100644 --- a/assets/scss/styles.scss +++ b/assets/scss/styles.scss @@ -508,6 +508,7 @@ pre.ace_editor { @apply font-mono; @apply font-normal; @apply z-0; + @apply resize-none; } kbd, diff --git a/components/history/rest/Card.vue b/components/history/rest/Card.vue index 830eaa553..983bce24b 100644 --- a/components/history/rest/Card.vue +++ b/components/history/rest/Card.vue @@ -2,7 +2,7 @@