ca9c863b4422bb49521f37b6a29397d03d57f17a
chmalee
  Mon Apr 27 13:42:24 2026 -0700
Bump up size of readableWidth for track description pages from 50chars to 70chars. Also make hgTrackUi use the same width for the track descriptions, refs #37430

diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css
index 18cd98f130d..1e4f6ef6de0 100644
--- src/hg/htdocs/style/HGStyle.css
+++ src/hg/htdocs/style/HGStyle.css
@@ -970,31 +970,31 @@
 table#alleles TD.var { font-weight:bold; }
 table#alleles TH.seq { text-align:left; }
 table#alleles TD.seq { text-align:left; }
 div#haplotypes .hilite { opacity: 0.2; filters.alpha.opacity:20;  position: absolute;
                                  background-color: #339933; } /* greenish */ 
 div#haplotypes .hiliteSpecial { background-color: #33FFFF; } /* bluish */ 
 div#haplotypes input.toggleButton  { width:160px; height:1.7em; }
 div#haplotypes .textOpt   { color:#0000CD; } /* medium blue */
 div#haplotypes .textInfo  { color:#006600; } /* dark green */
 div#haplotypes .textAlert { color:#DC143C; } /* dark red */
 
 .hidden { display:none; } /* allows toggling visibility by addClass/removeClass */
 
 .readableWidth {
     /* For wrapping description text on pages that can get very wide */
-    width: 50em;
+    width: 70em;
 }
 
 .hgtaNoGenome {
     color: gray;
 }
 
 .autoCompleteInfo {
   color: #666;
   padding-left: 3px;
   background-color: #EEE;
 }
 
 /* for autocompleteCat (autocomplete with optional category labels) */
 .ui-autocomplete-category {
     /* Adapted from https://jqueryui.com/autocomplete/#categories */