We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2365cc commit cc26f8fCopy full SHA for cc26f8f
src/Frontend/src/components/failedmessages/EditRetryDialog.vue
@@ -230,7 +230,7 @@ onMounted(() => {
230
</tbody>
231
</table>
232
<div role="tabpanel" v-if="panel === 2 && !localMessage.bodyUnavailable" style="height: calc(100% - 260px)">
233
- <div style="margin-top: 20px">
+ <div style="margin-top: 1.25rem">
234
<CodeEditor aria-label="message body" :read-only="!localMessage.isContentTypeSupported" v-model="localMessage.messageBody" :language="localMessage.language" :show-gutter="true"></CodeEditor>
235
</div>
236
<span class="empty-error" v-if="localMessage.isBodyEmpty"><i class="fa fa-exclamation-triangle"></i> Message body cannot be empty</span>
0 commit comments