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 7175c16 commit 1a3ee24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/dataTables.bulma.css
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ div.dt-container div.dt-layout-table > div {
}
}
@media screen and (max-width: 767px) {
div.dt-container > div.columns > div.column {
div.dt-container > div.columns:not(.dt-layout-table) > div.column {
display: block !important;
text-align: center;
}
Expand Down
Loading

0 comments on commit 1a3ee24

Please sign in to comment.