Skip to content

Commit

Permalink
style(demo): set width on name column [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Mar 12, 2022
1 parent 53db396 commit ca3f390
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion demo/routes/languages.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@
<StructuredList>
<StructuredListHead>
<StructuredListRow head>
<StructuredListCell head>Name</StructuredListCell>
<StructuredListCell head style="width: 18rem">
Name
</StructuredListCell>
<StructuredListCell head>Import</StructuredListCell>
</StructuredListRow>
</StructuredListHead>
Expand Down
4 changes: 3 additions & 1 deletion demo/routes/styles.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
<StructuredList>
<StructuredListHead>
<StructuredListRow head>
<StructuredListCell head>Name</StructuredListCell>
<StructuredListCell head style="width: 18rem">
Name
</StructuredListCell>
<StructuredListCell head>Import</StructuredListCell>
</StructuredListRow>
</StructuredListHead>
Expand Down

0 comments on commit ca3f390

Please sign in to comment.