Fix for a Warning Panel

Signed-off-by: Bogdan Nechyporenko <bnechyporenko@bol.com>
This commit is contained in:
Bogdan Nechyporenko
2023-10-03 14:37:26 +02:00
parent eff293b415
commit 10c2dfc1d8
@@ -70,7 +70,7 @@ export type WarningPanelClassKey =
const useStyles = makeStyles<BackstageTheme>(
theme => ({
content: {
// overflow: 'hidden',
overflow: 'hidden',
},
panel: {
backgroundColor: ({ severity }: WarningProps) =>