Skip to content

Commit

Permalink
update to only change for notification component
Browse files Browse the repository at this point in the history
Signed-off-by: Jessie Teng <[email protected]>
  • Loading branch information
Jessie Teng committed Jun 21, 2024
1 parent daf93ba commit b6ef8b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
10 changes: 0 additions & 10 deletions src/components/notifications/notifications.scss

This file was deleted.

5 changes: 3 additions & 2 deletions src/components/notifications/notifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ export interface NotificationsProps {
notifications: Observable<NotificationInfo>;
}

require('./notifications.scss');

export class Notifications extends React.Component<NotificationsProps> {
private subscription: Subscription | null = null;

Expand All @@ -49,6 +47,9 @@ export class Notifications extends React.Component<NotificationsProps> {
sel.removeAllRanges();
sel.addRange(range);
}
}} style={{
overflowWrap: 'break-word',
maxWidth: '240px'
}}>
{next.content}
</div>
Expand Down

0 comments on commit b6ef8b6

Please sign in to comment.