Skip to content

Commit

Permalink
removes no wrap from table to prevent spanning full width of page
Browse files Browse the repository at this point in the history
  • Loading branch information
egoens committed Aug 27, 2024
1 parent b4fa204 commit 748fca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/pages/guidelines/color/overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function colorThemeTable({ type }: { type: string }): JSX.Element {
{key}
</span>
</td>
<td className="v-top pt3 s_nowrap black-300">
<td className="v-top pt3 black-300">
{usageContentMappings[key].description}
</td>
</tr>
Expand Down

0 comments on commit 748fca3

Please sign in to comment.