Fix for a Warning Panel

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