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 24053851d2
commit 5d510714ee
@@ -71,7 +71,7 @@ export type WarningPanelClassKey =
const useStyles = makeStyles<BackstageTheme>(
theme => ({
content: {
// overflow: 'hidden',
overflow: 'hidden',
},
panel: {
backgroundColor: ({ severity }: WarningProps) =>