Skip to content

Commit

Permalink
Fix stretched button when text got very long
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Nov 4, 2024
1 parent bc3f8e1 commit 7135ec9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/notifications.css
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,11 @@
display: flex;
align-items: center;
gap: 4px;

small {
flex: 1;
min-width: 0;
}
}
}

Expand Down

0 comments on commit 7135ec9

Please sign in to comment.