Skip to content

Commit

Permalink
Merge pull request #165 from CityOfDetroit/fix.164
Browse files Browse the repository at this point in the history
Fix header background height
  • Loading branch information
jedgar1mx authored Feb 29, 2024
2 parents 79f3610 + 9c9af49 commit 2e047c0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 0 additions & 2 deletions src/scss/mixins/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
content: attr(data-label);
font-weight: bold;
background-color: #f2f2f2;
height: 100%;
width: 100%;
flex: 1 1 0px;
padding: 0.5em 0.5em;
}
Expand Down
4 changes: 0 additions & 4 deletions src/shared/themed-bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/shared/themed-bootstrap.css.map

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion src/stories/table.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,14 @@ export const StackedInline = () => html`
</cod-table-cell>
</cod-table-row>
<cod-table-row>
<cod-table-cell data-label="Bus Route">3 Grand River</cod-table-cell>
<cod-table-cell data-label="Bus Route">
<ul>
<li>This is one item</li>
<li>This is another item</li>
<li>This is another item</li>
<li>This is another item</li>
</ul>
</cod-table-cell>
<cod-table-cell data-label="Route Viewer">
<a href="https://example.com">View Route</a>
</cod-table-cell>
Expand Down

0 comments on commit 2e047c0

Please sign in to comment.