Skip to content

Commit f232886

Browse files
authored
feat(common): adjust layout for created server info display in mock server (hoppscotch#5655)
1 parent 52735a1 commit f232886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/hoppscotch-common/src/components/mockServer/MockServerCreatedInfo.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<template>
22
<div>
33
<!-- Display created server info -->
4-
<div v-if="mockServer" class="flex flex-col space-y-4">
5-
<div class="flex flex-col space-y-2">
4+
<div v-if="mockServer" class="flex flex-col mb-4 space-y-4">
5+
<div v-if="mockServer.serverUrlPathBased" class="flex flex-col space-y-2">
66
<label class="text-sm font-semibold text-secondaryDark">
77
{{ t("mock_server.path_based_url") }}
88
</label>

0 commit comments

Comments
 (0)