30a173751193022fc49b8162be99b9265b4d0901
braney
  Tue Oct 31 12:24:27 2023 -0700
missed a CSS change in my last check-in

diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css
index addaeaa..8a37798 100644
--- src/hg/htdocs/style/HGStyle.css
+++ src/hg/htdocs/style/HGStyle.css
@@ -1150,15 +1150,21 @@
     position: fixed;
     z-index: 1003; /* these indices are all over the place for various things */
     opacity: 0;
     line-height: 1em;
     padding: 3px;
     border: 1px solid black;
     border-radius: 2px;
     box-shadow: 0px 1px 2px darkgrey;
     max-width: 400px;
 }
 
 .tooltip:hover .tooltiptext {
     visibility: visible;
     opacity: 0.9;
 }
+
+.chainBreak {
+    display: grid;
+    grid-template-columns: max-content max-content;
+    row-gap: 10px;
+}