Skip to content

Commit

Permalink
Fix notification note size
Browse files Browse the repository at this point in the history
  • Loading branch information
moysa committed May 29, 2024
1 parent 7139fec commit 0cb86c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/components/Note/Note.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,10 @@ const Note: Component<{
<div class={styles.noteNotifications}>
<div class={styles.content}>
<div class={styles.message}>
<ParsedNote note={props.note} shorten={true} />
<ParsedNote
note={props.note}
shorten={true}
/>
</div>

<div class={styles.footer}>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Notifications.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
}

.notificationTabContent {
width: 602px;
width: 100%;
}

.notificationTabIndicator {
Expand Down

0 comments on commit 0cb86c7

Please sign in to comment.