7f6ed181ccec7c0a8e4e8e422a15652592db62f6 hiram Wed Mar 23 15:11:32 2022 -0700 most recent set of corrections refs #28961 diff --git src/hg/htdocs/style/gar.css src/hg/htdocs/style/gar.css index b32ce1f..fc6a2a0 100644 --- src/hg/htdocs/style/gar.css +++ src/hg/htdocs/style/gar.css @@ -72,30 +72,37 @@ /* allow content in table header cells to overflow to allow tooltip * legend display outside the cell */ .cladeTable thead tr th { overflow: visible; } .gak { display: table-row; } .gar { display: table-row; } +.colViewReq, +.colGViewReq { + display: table-cell; + /* width: 90px; */ + width: 10em; +} + .colComName, .colGComName { display: table-cell; /* width: 90px; */ width: 10em; } .colSciName, .colGSciName { display: table-cell; /* width: 110px; */ width: 12em; } .colAsmId,