Skip to content

Commit 2e09387

Browse files
committed
add wrapping
1 parent 58b5040 commit 2e09387

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/app/views/common/banners/Notification.styles.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,14 @@ export const useNotificationStyles = makeStyles({
99
backgroundRepeat: 'no-repeat',
1010
backgroundSize: 'contain',
1111
backgroundPosition: 'right',
12+
whiteSpace: 'wrap',
1213
'&light': {
1314
backgroundColor: '#E8EFFF',
1415
color: '#000000'
1516
},
1617
'&.dark': {
1718
backgroundColor: '#1D202A',
1819
color: '#ffffff'
19-
},
20-
'&.highContrast': {
21-
backgroundColor: '#0C3B5E',
22-
color: '#ffffff'
2320
}
2421
},
2522
body: {

0 commit comments

Comments
 (0)