Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
fix: reactions escaping view in note view
Browse files Browse the repository at this point in the history
  • Loading branch information
Marie authored Dec 1, 2023
1 parent 749befd commit ad5a6c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/frontend/src/components/MkNoteDetailed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,8 @@ function animatedMFM() {
z-index: 1;
margin-top: 0.4em;
width: max-content;
min-width: max-content;
min-width: min-content;
max-width: fit-content;
}

.replyTo {
Expand Down

0 comments on commit ad5a6c1

Please sign in to comment.