diff --git a/app/client/src/components/app.tsx b/app/client/src/components/app.tsx index e563d361..08170074 100644 --- a/app/client/src/components/app.tsx +++ b/app/client/src/components/app.tsx @@ -58,16 +58,19 @@ function useSiteAlertBanner() { render(
-

{props.children}

, // prettier-ignore - h2: (props) =>

{props.children}

, // prettier-ignore - h3: (props) =>

{props.children}

, // prettier-ignore - p: (props) =>

{props.children}

, - }} - /> +
+
+

{props.children}

, // prettier-ignore + h2: (props) =>

{props.children}

, // prettier-ignore + h3: (props) =>

{props.children}

, // prettier-ignore + }} + /> +
+
, container, ); diff --git a/app/client/src/styles.css b/app/client/src/styles.css index f6340eac..df5249c7 100644 --- a/app/client/src/styles.css +++ b/app/client/src/styles.css @@ -8,11 +8,7 @@ } .usa-site-alert .usa-alert { - max-width: 1400px; -} - -.usa-site-alert .usa-alert__body { - display: block; + margin-top: 0; } .usa-checkbox__label,