* fix: #2668 Page Vertical Spacing Issues * Update test to reflect mobile work * chore: refactor action buttons --------- Co-authored-by: thisProjects <wibbet@wobbet.com> Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
@@ -70,7 +70,7 @@ export const DesktopContent: FC<DesktopContentProps> = ({
|
||||
/>
|
||||
)}
|
||||
>
|
||||
<div className={styles.lowerHalf} id="skip-to-content">
|
||||
<div id="skip-to-content">
|
||||
<ContentHeader
|
||||
name={name}
|
||||
summary={summary}
|
||||
@@ -80,7 +80,7 @@ export const DesktopContent: FC<DesktopContentProps> = ({
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className={styles.lowerSection}>
|
||||
<div>
|
||||
{items.length > 1 ? (
|
||||
<Tabs defaultActiveKey="0" items={items} />
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user