Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nleroy917 committed Jun 10, 2024
1 parent 6346b5f commit d8c86bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/src/pages/bed-splash.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const BedSplash = () => {
</Col>
</Row>
<Row className="mb-2">
<Col sm={12} md={4}>
<Col sm={12} md={6}>
<h2 className="fw-bold">Overview</h2>
<div className="border rounded p-1 shadow-sm">
<table className="table table-sm rounded text-truncate">
Expand All @@ -129,7 +129,7 @@ export const BedSplash = () => {
} else {
return (
<tr key={k}>
<td style={{ maxWidth: '120px' }} className="fst-italic">
<td style={{ maxWidth: '50px' }} className="fst-italic">
{snakeToTitleCase(k)}
</td>

Expand All @@ -145,7 +145,7 @@ export const BedSplash = () => {
</table>
</div>
</Col>
<Col sm={12} md={8}>
<Col sm={12} md={6}>
<h2 className="fw-bold">BED Sets</h2>
<div className="border rounded p-1 shadow-sm h-80">
<table className="table table-sm rounded text-truncate text-sm">
Expand Down

0 comments on commit d8c86bc

Please sign in to comment.