Skip to content

Commit

Permalink
Merge pull request #2068 from cfpb/ans_cleanup
Browse files Browse the repository at this point in the history
Rename `o-table-wrapper--scrolling` to `o-table--scrolling`
  • Loading branch information
anselmbradford authored Oct 16, 2024
2 parents 31ed2d7 + acded96 commit d6d2f11
Show file tree
Hide file tree
Showing 18 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions docs/pages/tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ variation_groups:
structure, even on smaller screens.
The `.o-table-wrapper--scrolling` class must be added to the parent element of the `table` (by adding a wrapping `div`, in most cases). The `table` element does not need additional markup in this case. The “Comparative with horizontal scroll” style also adds striped rows to the table contained within, and remains striped on small screens (unlike the o-table--striped class, below).
The `.o-table--scrolling` class must be added to the parent element of the `table` (by adding a wrapping `div`, in most cases). The `table` element does not need additional markup in this case. The “Comparative with horizontal scroll” style also adds striped rows to the table contained within, and remains striped on small screens (unlike the o-table--striped class, below).
variation_code_snippet: |-
<div class="o-table o-table-wrapper--scrolling">
<div class="o-table o-table--scrolling">
<table>
<thead>
<tr>
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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

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

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

Loading

0 comments on commit d6d2f11

Please sign in to comment.