diff --git a/packages/hoppscotch-app/assets/scss/styles.scss b/packages/hoppscotch-app/assets/scss/styles.scss index d0766ad52..0bd2fcbb4 100644 --- a/packages/hoppscotch-app/assets/scss/styles.scss +++ b/packages/hoppscotch-app/assets/scss/styles.scss @@ -455,6 +455,7 @@ pre.ace_editor { @apply px-1; @apply border border-dividerDark; @apply shadow-sm; + @apply - + @@ -36,7 +33,7 @@ v-if="SIDEBAR && hasSidebar" :size="PANE_SIDEBAR_SIZE" min-size="20" - class="!overflow-auto flex flex-col bg-primaryContrast" + class="flex flex-col !overflow-auto bg-primaryContrast" > diff --git a/packages/hoppscotch-app/src/components/app/Shortcuts.vue b/packages/hoppscotch-app/src/components/app/Shortcuts.vue index b4fc606f5..10a237e95 100644 --- a/packages/hoppscotch-app/src/components/app/Shortcuts.vue +++ b/packages/hoppscotch-app/src/components/app/Shortcuts.vue @@ -20,7 +20,7 @@ open > {{ label }} -
+
{{ key }} diff --git a/packages/hoppscotch-app/src/components/button/Secondary.vue b/packages/hoppscotch-app/src/components/button/Secondary.vue index 2b20b951e..2756b5370 100644 --- a/packages/hoppscotch-app/src/components/button/Secondary.vue +++ b/packages/hoppscotch-app/src/components/button/Secondary.vue @@ -42,11 +42,11 @@ ]" /> {{ label }} -
+
{{ key }}