Skip to content

Commit

Permalink
Add width to the table
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Oct 18, 2024
1 parent 96418e3 commit 71f6f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storybook/stories/tokens/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import React from 'react';

export const TokensTable = ( { tokenCategory, tokens, applyTokenStyle } ) => {
return (
<table>
<table style={ { width: '100%' } }>
<thead>
<tr>
<th>Token</th>
Expand Down

0 comments on commit 71f6f28

Please sign in to comment.