Skip to content

Commit 0275057

Browse files
authored
Adjust ratio in docs section between header and content (#3353)
1 parent 565aa5c commit 0275057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docuilib/src/components/pageComponents/SectionHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const SectionHeader = ({section, component}) => {
8383
default:
8484
return (
8585
<div
86-
style={{display: 'flex', flexDirection: 'column', flex: 2, alignContent: 'start', margin: '0 40px 40px 0'}}
86+
style={{display: 'flex', flexDirection: 'column', flex: 4, alignContent: 'start', margin: '0 40px 40px 0'}}
8787
>
8888
{title && getTitle(type, title)}
8989
{description && <span style={{fontSize: '16px', fontWeight: '400', color: desColor}}>{_description}</span>}

0 commit comments

Comments
 (0)