fix: availability header margin bottom (#7037)
parent
c68ff54e77
commit
c2a8f799ff
|
@ -778,7 +778,7 @@ export function ShellMain(props: LayoutProps) {
|
||||||
|
|
||||||
return (
|
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 && (
|
{!!props.backPath && (
|
||||||
<Button
|
<Button
|
||||||
variant="icon"
|
variant="icon"
|
||||||
|
|
Loading…
Reference in New Issue