Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Aug 2, 2024
1 parent b71fa4b commit dbeca34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/ResponsePanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</template>
<div class="content-box" v-else>
<div style="white-space: pre-line;">{{ response.error }}</div>
<div style="margin-top: 1.5rem; width: 35rem;" v-if="response.error !== 'Error: Invalid URL' && response.error !== 'Error: Request Cancelled' && response.error.startsWith('Error in Plugin ') === false">
<div style="margin-top: 1.5rem; word-break: break-word;" v-if="response.error !== 'Error: Invalid URL' && response.error !== 'Error: Request Cancelled' && response.error.startsWith('Error in Plugin ') === false">
<div style="margin-bottom: 0.5rem">Possible causes for this error:</div>
<div style="margin-left: 0.5rem; margin-bottom: 0.4rem; line-height: 1rem;">1) Given request URL is incorrect or invalid</div>
<div style="margin-left: 0.5rem; margin-bottom: 0.4rem; line-height: 1rem;">2) The server for the url isn't returning a valid response for the created request</div>
Expand Down

0 comments on commit dbeca34

Please sign in to comment.