We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e7a340 commit 3b5b9aeCopy full SHA for 3b5b9ae
src/components/ItaliaTheme/Blocks/Alert/View.jsx
@@ -9,7 +9,7 @@ import { checkRedraftHasContent } from 'design-comuni-plone-theme/helpers';
9
10
const View = ({ data }) => {
11
return checkRedraftHasContent(data.text) ? (
12
- <section role="alert" className="block alertblock">
+ <section role="alert" className="alertblock">
13
<AlertWrapper data={data}>
14
<Row className={cx('row-full-width', 'bg-alert-' + data.color)}>
15
<Container className="p-4 pt-5 pb-5">
0 commit comments