mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-24 19:32:07 +00:00
Fix section group alignment (#3684)
This commit is contained in:
@@ -210,7 +210,7 @@ function SectionGroupTileList(props: {
|
||||
const hasGroups = groups.length > 0;
|
||||
|
||||
return (
|
||||
<div className="flex flex-col md:flex-row md:items-start">
|
||||
<div className="flex flex-col md:flex-row">
|
||||
{/* Non-grouped sections */}
|
||||
{hasSections && (
|
||||
<ul
|
||||
|
||||
Reference in New Issue
Block a user