diff --git a/assets/scss/styles.scss b/assets/scss/styles.scss index 561709fb..b4aafd1f 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 830eaa55..983bce24 100644 --- a/components/history/rest/Card.vue +++ b/components/history/rest/Card.vue @@ -2,7 +2,7 @@