Skip to content

Commit

Permalink
fix(messages): apply ltr styles to system messages
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <[email protected]>
  • Loading branch information
Antreesy authored and backportbot-nextcloud[bot] committed Dec 8, 2023
1 parent 0042991 commit d57c3af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/MessagesList/MessagesGroup/Message/Message.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1155,11 +1155,6 @@ export default {
:deep(.rich-text--wrapper) {
text-align: start;
// Hardcode to prevent RTL affecting on user mentions
.rich-text--component {
direction: ltr;
}
// Overwrite core styles, otherwise h4 is lesser than default font-size
h4 {
font-size: 100%;
Expand Down Expand Up @@ -1204,4 +1199,9 @@ export default {
}
}
}
// Hardcode to prevent RTL affecting on user mentions
:deep(.rich-text--component) {
direction: ltr;
}
</style>

0 comments on commit d57c3af

Please sign in to comment.