fix: do not show scrollbars in notification description if not needed
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-notifications': patch
|
||||
---
|
||||
|
||||
Do not always show scrollbars in notification description
|
||||
@@ -43,7 +43,7 @@ const ThrottleDelayMs = 1000;
|
||||
const useStyles = makeStyles({
|
||||
description: {
|
||||
maxHeight: '5rem',
|
||||
overflow: 'scroll',
|
||||
overflow: 'auto',
|
||||
},
|
||||
severityItem: {
|
||||
alignContent: 'center',
|
||||
|
||||
Reference in New Issue
Block a user