Skip to content

Commit cc26f8f

Browse files
committed
Use rem
1 parent e2365cc commit cc26f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Frontend/src/components/failedmessages/EditRetryDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ onMounted(() => {
230230
</tbody>
231231
</table>
232232
<div role="tabpanel" v-if="panel === 2 && !localMessage.bodyUnavailable" style="height: calc(100% - 260px)">
233-
<div style="margin-top: 20px">
233+
<div style="margin-top: 1.25rem">
234234
<CodeEditor aria-label="message body" :read-only="!localMessage.isContentTypeSupported" v-model="localMessage.messageBody" :language="localMessage.language" :show-gutter="true"></CodeEditor>
235235
</div>
236236
<span class="empty-error" v-if="localMessage.isBodyEmpty"><i class="fa fa-exclamation-triangle"></i> Message body cannot be empty</span>

0 commit comments

Comments
 (0)