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