@@ -412,7 +439,7 @@
.ms-message-item {
@apply flex;
- padding: 8px;
+ padding-top: 8px;
&:not(:last-child) {
margin-bottom: 16px;
}
diff --git a/frontend/src/views/api-test/components/requestComposition/response/edit.vue b/frontend/src/views/api-test/components/requestComposition/response/edit.vue
index 6040bae8e0..5073358ad6 100644
--- a/frontend/src/views/api-test/components/requestComposition/response/edit.vue
+++ b/frontend/src/views/api-test/components/requestComposition/response/edit.vue
@@ -57,7 +57,12 @@
-
+
+
+ {{ t('apiTestManagement.confirmDelete', { name: tab.label || tab.name }) }}
+
+
+
{{ t('apiTestManagement.confirmDelete', { name: tab.label || tab.name }) }}