Skip to content

Commit

Permalink
fix(web): Article table of contents - Add more width to desktop scree…
Browse files Browse the repository at this point in the history
…ns (#16569)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
RunarVestmann and kodiakhq[bot] authored Oct 25, 2024
1 parent 2d13042 commit db7bf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/screens/Article/Article.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ const ArticleScreen: Screen<ArticleProps> = ({
<GridColumn
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error make web strict
span={[null, '4/7', '5/7', '4/7', '3/7']}
span={[null, '4/7', '5/7', '4/7']}
>
<TOC
title={n('tableOfContentTitle')}
Expand Down

0 comments on commit db7bf6f

Please sign in to comment.