diff --git a/src/components/SettingsPageComp/ClearUndo.tsx b/src/components/SettingsPageComp/ClearUndo.tsx index b5d449e..4183ad2 100644 --- a/src/components/SettingsPageComp/ClearUndo.tsx +++ b/src/components/SettingsPageComp/ClearUndo.tsx @@ -32,9 +32,9 @@ const ClearUndo = (props: UndoPropsType) => { }; return ( -
+

{title}

-
diff --git a/src/layouts/MainLayout.tsx b/src/layouts/MainLayout.tsx index dd182ce..b95892e 100644 --- a/src/layouts/MainLayout.tsx +++ b/src/layouts/MainLayout.tsx @@ -47,7 +47,7 @@ const MainLayout = () => { transition={SnackBarTransition} position="bottom-left" toastClassName="!text-inverse-on-surface origin-bottom !bg-inverse-surface !min-w-[336px] !pl-4 !min-h-[48px] text-left" - bodyClassName="text-sm font-normal [&>div]:origin-bottom [&>div]:animate-fade-in-snackbar-body [&>div]:truncate w-full [&>div]:pe-16" + bodyClassName="text-sm font-normal relative !p-0 [&>div]:origin-bottom [&>div]:animate-fade-in-snackbar-body [&>div]:truncate w-full [&>div]:pe-16" /> );