Skip to content

Commit

Permalink
overflowをclipに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
poppingmoon committed Oct 18, 2023
1 parent 4773fc0 commit e6253dc
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 @@ -424,7 +424,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 e6253dc

Please sign in to comment.