fix: availability header margin bottom (#7037)

pull/7072/head
Joe Shajan 2023-02-13 20:36:27 +05:30 committed by GitHub
parent c68ff54e77
commit c2a8f799ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -778,7 +778,7 @@ export function ShellMain(props: LayoutProps) {
return (
<>
<div className={classNames("flex sm:mt-0 md:mb-6", props.smallHeading ? "lg:mb-7" : "lg:mb-8")}>
<div className={classNames("mb-4 flex sm:mt-0 md:mb-6", props.smallHeading ? "lg:mb-7" : "lg:mb-8")}>
{!!props.backPath && (
<Button
variant="icon"