78bd22b50e73eb5f60e403c47bf0c4bbc35c66bf
max
  Thu Jun 22 02:11:47 2023 -0700
increasing distance of alt/fix patch note warning, refs #31121

diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css
index 44bf15c..e8a93c9 100644
--- src/hg/htdocs/style/HGStyle.css
+++ src/hg/htdocs/style/HGStyle.css
@@ -47,30 +47,34 @@
         font-size: 80%
 }
 
 .infoText { 
         font-size: 90%;
         text-align: center;
 }
 
 .infoText > input {
     margin-left: 3px;
     margin-right: 3px;
     padding-left: 8px;
     padding-right: 8px;
 }
 
+#patchNote {
+    margin-left: 3em;
+}
+
 .trackLabelTd {
         max-width: 14em;
         vertical-align: top;
 }
 
 .trackDeleteIcon {
         margin-left: 6px;
         display: inline;
         cursor: pointer;
 }
 
 .controlButtons {
     margin-bottom: 6px;
 }