diff --git a/docs/src/pages/components/alert/DescriptionAlerts.js b/docs/src/pages/components/alert/DescriptionAlerts.js index 45ef1697ef16ef..00ac15af932e7d 100644 --- a/docs/src/pages/components/alert/DescriptionAlerts.js +++ b/docs/src/pages/components/alert/DescriptionAlerts.js @@ -18,19 +18,19 @@ export default function DescriptionAlerts() {
Error - This is an error alert — check it out! + This is an error alert — check it out! Warning - This is a warning alert — check it out! + This is a warning alert — check it out! Info - This is an info alert — check it out! + This is an info alert — check it out! Success - This is a success alert — check it out! + This is a success alert — check it out!
); diff --git a/docs/src/pages/components/alert/DescriptionAlerts.tsx b/docs/src/pages/components/alert/DescriptionAlerts.tsx index f7a754d8e0f17d..da6862d5ca6a32 100644 --- a/docs/src/pages/components/alert/DescriptionAlerts.tsx +++ b/docs/src/pages/components/alert/DescriptionAlerts.tsx @@ -20,19 +20,19 @@ export default function DescriptionAlerts() {
Error - This is an error alert — check it out! + This is an error alert — check it out! Warning - This is a warning alert — check it out! + This is a warning alert — check it out! Info - This is an info alert — check it out! + This is an info alert — check it out! Success - This is a success alert — check it out! + This is a success alert — check it out!
); diff --git a/packages/material-ui-lab/src/Alert/Alert.js b/packages/material-ui-lab/src/Alert/Alert.js index 50b80504a49e87..e7eaf1c048fe17 100644 --- a/packages/material-ui-lab/src/Alert/Alert.js +++ b/packages/material-ui-lab/src/Alert/Alert.js @@ -123,9 +123,6 @@ export const styles = (theme) => { /* Styles applied to the message wrapper element. */ message: { padding: '8px 0', - display: 'flex', - flexDirection: 'column', - justifyContent: 'center', }, /* Styles applied to the action wrapper element if `action` is provided. */ action: {