Skip to content

Commit

Permalink
Fix table styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeCRL committed Nov 28, 2024
1 parent 425b3db commit 5757e23
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion src/current/_includes/corestyle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,8 @@ th {
th,
td {
padding: map-get($spacers, 1) map-get($spacers, 2);
hyphens: none;
word-break: normal;
}


Expand Down Expand Up @@ -387,7 +389,8 @@ table td:first-child {


table tr td {
hyphens: auto;
hyphens: none;
word-break: normal;
}

.filter-options {
Expand Down
10 changes: 5 additions & 5 deletions src/current/cockroachcloud/costs.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ This table summarizes key details about how costs are calculated for each plan t

<table style="table-layout: fixed; width: 100%;">
<colgroup>
<col style="width: 15%;">
<col style="width: 20%;">
<col style="width: 10%;">
<col style="width: 25%;">
<col style="width: 32.5%;">
<col style="width: 32.5%;">
</colgroup>
<thead>
<tr>
<th style="text-align: left"></th>
<th style="text-align: left; white-space: nowrap;"><strong>CockroachDB Basic</strong><br><br>Usage-based billing only</th>
<th style="text-align: left"><strong>CockroachDB Standard</strong><br><br>Provisioned compute, usage-based storage, data transfer, backups, and Change Data Capture (CDC)</th>
<th style="text-align: left"><strong>CockroachDB Advanced</strong><br><br>Provisioned compute, storage, and IOPS with usage-based billing for data transfer, backups, and CDC</th>
<th style="text-align: left; white-space: nowrap; vertical-align: top;"><strong>CockroachDB Basic</strong><br><br>Usage-based billing only</th>
<th style="text-align: left; vertical-align: top;"><strong>CockroachDB Standard</strong><br><br>Provisioned compute, usage-based storage, data transfer, backups, and Change Data Capture (CDC)</th>
<th style="text-align: left; vertical-align: top;"><strong>CockroachDB Advanced</strong><br><br>Provisioned compute, storage, and IOPS with usage-based billing for data transfer, backups, and CDC</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit 5757e23

Please sign in to comment.