cf4e6ee0203b3d9f463b43562ca21a20937c115f
hiram
  Tue Nov 10 09:21:36 2020 -0800
text align right to keep the window from bouncing around refs #21980

diff --git src/hg/htdocs/style/mouseOver.css src/hg/htdocs/style/mouseOver.css
index 0eb83e4..59ba569 100644
--- src/hg/htdocs/style/mouseOver.css
+++ src/hg/htdocs/style/mouseOver.css
@@ -1,28 +1,29 @@
 .mouseOverVerticalLine {
   position: fixed;
   width: 1px;
   background: #ffff00;
   height: 100%;
   display: none;
   z-index: 999;
   opacity: 1;
   border-style: hidden solid hidden solid;
   border-width: 1px;
   border-color: #2222cc;
   pointer-events: none
 }
 
 .mouseOverText {
   position: fixed;
   left: 100px;
   top: 100px;
   width: auto;
   height: auto;
   background-color: #3333cc;
   color: #ffff00;
   display: none;
   opacity: 1;
   z-index: 1000;
   border: 1px solid #ffff00;
+  text-align: right;
   pointer-events: none
 }