Skip to content

Commit

Permalink
overflowをclipに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
poppingmoon committed Oct 19, 2023
1 parent b2de92d commit af39efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/view/common/misskey_notes/misskey_note.dart
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ class MisskeyNoteState extends ConsumerState<MisskeyNote> {
displayNote,
requestEmoji: emojiData,
),
overflow: TextOverflow.fade,
overflow: TextOverflow.clip,
suffixSpan: [
if (!isEmptyRenote &&
displayNote.renoteId != null &&
Expand Down

0 comments on commit af39efc

Please sign in to comment.