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 @@