ab8c75c06bffbecea6bda11535beaad614bcd494
angie
  Mon Oct 28 14:09:51 2019 -0700
table.subtracks needs white-space:nowrap, but its normal table descendants do not; set back to normal.  refs #23283 note-72

diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css
index 3e5d433..8d95844 100644
--- src/hg/htdocs/style/HGStyle.css
+++ src/hg/htdocs/style/HGStyle.css
@@ -392,30 +392,31 @@
 
 /* These are for dragReorder: both in imageV2 and in hgTrackUi subtrack list */
 .trDrag { background-color: #CCFFCC; }
 .dragHandle { cursor: n-resize; }
 
 /* in hgTracks imageV2, left label (and reverse rightLabel) now uses css for red line */
 .tdLeft { border-right:1px solid #FFB4B4; }
 .tdRight { border-left:1px solid #FFB4B4; }
 
 /* These are duplicates of btnBlue and trDrag but allow useful highlighting to persist after hover */
 .blueButtons { background-color:#91B3E6; }
 .greenRows { background-color: #CCFFCC; }
 
 /* The are for sortable tables */
 table.subtracks { overflow: visible; white-space: nowrap; border: 1px solid #FFFEE8; }
+table.subtracks table { white-space: normal; }
 tr.sortable { background-color: #FCECC0; }
 th.sortable { color: #0000FF; }
 th:hover.sortable { background-color: #CCFFCC; cursor: pointer; }
 tbody.sorting { color: #DDDDDD; cursor: wait;  }
 
 /* For color selector inputs */
 input[type=color] { padding: 0px; }
 
 /* tr:hover.found { color: #000088; } */
 
 .filterBy { display: none; } /* All filterBy's should be converted to dropdownchecklists by document.ready(). */
 
 .noscript {
         background: none repeat scroll 0 0 #FFFF90;
         border-color: #CFCFCF;