Skip to content

Commit

Permalink
fix(rtl): Thread title
Browse files Browse the repository at this point in the history
Signed-off-by: Hamza Mahjoubi <[email protected]>
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
hamza221 authored and ChristophWurst committed Nov 13, 2024
1 parent 1f5ab27 commit 62583f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Thread.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<template v-else>
<div id="mail-thread-header">
<div id="mail-thread-header-fields">
<h2 :title="threadSubject">
<h2 dir="auto" :title="threadSubject">
{{ threadSubject }}
</h2>
<div v-if="thread.length" ref="avatarHeader" class="avatar-header">
Expand Down

0 comments on commit 62583f8

Please sign in to comment.