Skip to content

Commit

Permalink
fix(skins.citizen.styles): tables should not be displayed as block on…
Browse files Browse the repository at this point in the history
… default
  • Loading branch information
WaitSpringQW committed Sep 29, 2024
1 parent 889d6e9 commit af4c299
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions resources/skins.citizen.styles/components/Tables.less
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
// Responsive table for no js
// Avoid clipping when script is not yet loaded
table {
display: block;
overflow-x: auto;
}

// JS-enhanced responsive table
.citizen-table-wrapper {
overflow-x: auto;

table {
display: table;
overflow: initial;
}
}

// TODO: Move this out of tables styles when this is used by more stuff
Expand Down

0 comments on commit af4c299

Please sign in to comment.