Skip to content

Commit

Permalink
4568713181927b8a7ff3bcf160089c79cf32d0d4 Dev: Fix text alignment when…
Browse files Browse the repository at this point in the history
… in a narrow window

Dev: Fix Semantic UI integration - wasn't applying a lot of the custom
styles

Sync to source repo @4568713181927b8a7ff3bcf160089c79cf32d0d4
  • Loading branch information
dtbuild committed Jul 16, 2024
1 parent fd7b3f5 commit 056fad5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions css/dataTables.jqueryui.css
Original file line number Diff line number Diff line change
Expand Up @@ -606,20 +606,20 @@ div.dt-container div.dt-layout-row div.dt-layout-cell:empty {
}

@media screen and (max-width: 767px) {
div.dt-container div.dt-layout-row {
div.dt-container div.dt-layout-row:not(.dt-layout-table) {
display: block;
}
div.dt-container div.dt-layout-row div.dt-layout-cell {
div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell {
display: block;
text-align: center;
}
div.dt-container div.dt-layout-row div.dt-layout-cell > * {
div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell > * {
margin: 0.5em 0;
}
div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-start {
margin-right: 0;
}
div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-end {
margin-left: 0;
}
}
Expand Down
Loading

0 comments on commit 056fad5

Please sign in to comment.