diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/notifications/CardFeedView.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/notifications/CardFeedView.kt index 2fa9ebae1..506544250 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/notifications/CardFeedView.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/screen/loggedIn/notifications/CardFeedView.kt @@ -283,7 +283,7 @@ fun NoteCardCompose( ) { NoteCompose( baseNote = baseNote.note, - modifier = modifier, + modifier = modifier.fillMaxWidth(), routeForLastRead = routeForLastRead, isBoostedNote = isBoostedNote, isQuotedNote = isQuotedNote,