Skip to content

Commit

Permalink
Merge pull request #10352 from nextcloud/fix/10228/rtl
Browse files Browse the repository at this point in the history
fix(ThreadTitle) Rtl support
  • Loading branch information
ChristophWurst authored Nov 13, 2024
2 parents 066dda1 + 62583f8 commit e2215d9
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 e2215d9

Please sign in to comment.