refactor(ui): sort classes

This commit is contained in:
liyasthomas
2021-08-07 09:07:26 +05:30
parent d08f15430c
commit 8c60a4c032
45 changed files with 149 additions and 211 deletions

View File

@@ -15,7 +15,7 @@
<label for="body" class="font-semibold px-4">
{{ $t("response_body") }}
</label>
<div>
<div class="flex">
<ButtonSecondary
v-if="response.body"
v-tippy="{ theme: 'tooltip' }"

View File

@@ -15,7 +15,7 @@
<label for="body" class="font-semibold px-4">
{{ $t("response_body") }}
</label>
<div>
<div class="flex">
<ButtonSecondary
v-if="response.body"
ref="downloadResponse"

View File

@@ -15,7 +15,7 @@
<label for="body" class="font-semibold px-4">
{{ $t("response_body") }}
</label>
<div>
<div class="flex">
<ButtonSecondary
v-if="response.body"
ref="downloadResponse"

View File

@@ -15,7 +15,7 @@
<label for="body" class="font-semibold px-4">
{{ $t("response_body") }}
</label>
<div>
<div class="flex">
<ButtonSecondary
v-if="response.body"
ref="downloadResponse"

View File

@@ -15,7 +15,7 @@
<label for="body" class="font-semibold px-4">
{{ $t("response_body") }}
</label>
<div>
<div class="flex">
<ButtonSecondary
v-if="response.body"
ref="downloadResponse"