Skip to content

Commit c04faaa

Browse files
CodeCat-makerTomRadomnivedin
authored
fix: (import-export) add spacing above exporter buttons (hoppscotch#5220)
Co-authored-by: tom <[email protected]> Co-authored-by: nivedin <[email protected]>
1 parent 1cc20a4 commit c04faaa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/hoppscotch-common/src/components/importExport/ImportExportList.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<template>
2-
<div class="flex flex-col">
2+
<div
3+
class="flex flex-col"
4+
:class="{
5+
'space-y-2': !hasTeamWriteAccess,
6+
}"
7+
>
38
<div class="flex flex-col space-y-2">
49
<HoppSmartItem
510
v-for="importer in importers"

0 commit comments

Comments
 (0)