Skip to content

Commit f566208

Browse files
committed
replace left alignment with start
1 parent eb02aa2 commit f566208

File tree

1 file changed

+1
-1
lines changed
  • src/components/Glossary/GlossaryDefinition

1 file changed

+1
-1
lines changed

src/components/Glossary/GlossaryDefinition/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const GlossaryDefinition = ({
3232
const textStyles = size === "sm" ? { mb: 0 } : {}
3333

3434
return (
35-
<Box textAlign="left">
35+
<Box textAlign="start">
3636
<OldHeading as="h3" lineHeight={1.4} id={term} {...headingStyles}>
3737
<Translation
3838
id={term + "-term"}

0 commit comments

Comments
 (0)