Skip to content

Commit

Permalink
Merge pull request #265 from Holzhaus/table-wrapping
Browse files Browse the repository at this point in the history
Fix Scrollbar in tables and prevent wrapping in :hwlabel:
  • Loading branch information
ronso0 authored Oct 29, 2020
2 parents db7f017 + bb60805 commit c9b9ae2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions source/_static/css/mixxx.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,11 @@ a:hover {
padding: 2.4px 6px;
margin: auto 2px;
text-transform: uppercase;
white-space: nowrap;
vertical-align: middle;
}

/* Allow wrapping in tables */
.wy-table-responsive table td {
white-space: normal;
}

0 comments on commit c9b9ae2

Please sign in to comment.