fix text align (#10799)
parent
d178962c37
commit
b44f4d66f9
|
@ -728,7 +728,7 @@ export default function Success(props: SuccessProps) {
|
||||||
</div>
|
</div>
|
||||||
{isGmail && (
|
{isGmail && (
|
||||||
<Alert
|
<Alert
|
||||||
className="main -mb-20 mt-4 inline-block ltr:text-right rtl:text-right sm:-mt-4 sm:mb-4 sm:w-full sm:max-w-xl sm:align-middle"
|
className="main -mb-20 mt-4 inline-block ltr:text-left rtl:text-right sm:-mt-4 sm:mb-4 sm:w-full sm:max-w-xl sm:align-middle"
|
||||||
severity="warning"
|
severity="warning"
|
||||||
message={
|
message={
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in New Issue