Skip to content

Commit

Permalink
Apply static widths to table columns
Browse files Browse the repository at this point in the history
  • Loading branch information
pastelcyborg committed Sep 17, 2024
1 parent 3589c9b commit 543b3a1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions templates/docs/patterns/hero/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ The hero pattern is composed of the following elements:
### Parameters

<div style="overflow: auto;">
<table style="overflow: visible;">
<table>
<thead>
<tr>
<th style="width: 20%;">Name</th>
<th style="width: 10%;">Required?</th>
<th style="width: 25%;">Type</th>
<th style="width: 15%;">Default</th>
<th style="width: 30%;">Description</th>
<th style="width: 220px;">Name</th>
<th style="width: 160px;">Required?</th>
<th style="width: 160px;">Type</th>
<th style="width: 160px;">Default</th>
<th style="width: 250px;">Description</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -119,12 +119,12 @@ The hero pattern is composed of the following elements:
### Slots

<div style="overflow: auto;">
<table style="overflow: visible;">
<table>
<thead>
<tr>
<th style="width: 20%;">Name</th>
<th style="width: 25%;">Required?</th>
<th style="width: 55%;">Description</th>
<th style="width: 220px;">Name</th>
<th style="width: 160px;">Required?</th>
<th style="width: 250px;">Description</th>
</tr>
</thead>
<tbody>
Expand Down
20 changes: 10 additions & 10 deletions templates/docs/patterns/tiered-list/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ The tiered list pattern is composed of the following elements:
### Parameters

<div style="overflow: auto;">
<table style="overflow: visible; width: auto;">
<table>
<thead>
<tr>
<th style="width: 20%;">Name</th>
<th style="width: 15%;">Required?</th>
<th style="width: 15%;">Type</th>
<th style="width: 15%;">Default</th>
<th style="width: 35%;">Description</th>
<th style="width: 220px;">Name</th>
<th style="width: 160px;">Required?</th>
<th style="width: 160px;">Type</th>
<th style="width: 160px;">Default</th>
<th style="width: 250px;">Description</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -84,12 +84,12 @@ The tiered list pattern is composed of the following elements:
### Slots

<div style="overflow: auto;">
<table style="overflow: visible;">
<table>
<thead>
<tr>
<th style="width: 30%;">Name</th>
<th style="width: 25%;">Required?</th>
<th style="width: 45%;">Description</th>
<th style="width: 220px;">Name</th>
<th style="width: 160px;">Required?</th>
<th style="width: 250px;">Description</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit 543b3a1

Please sign in to comment.