9ce60ff1bd117ef5fe9b3765fdba61c8d68d1159 jnavarr5 Tue Dec 2 16:44:39 2025 -0800 Making the optional not italic. Fixing a typo (teh) and adding a paragraph break, refs #34354 diff --git src/hg/htdocs/style/shepherd.css src/hg/htdocs/style/shepherd.css index 8e5b81a6514..0b413d3b1b3 100644 --- src/hg/htdocs/style/shepherd.css +++ src/hg/htdocs/style/shepherd.css @@ -69,30 +69,31 @@ } .shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover { color: rgba(0, 0, 0, .75); } /* Title */ .shepherd-title { color: rgba(0, 0, 0, .75); display: flex; flex: 1 0 auto; font-size: 1rem; font-weight: 400; margin: 0; padding: 0; + justify-content: center; } /* Header */ .shepherd-header { align-items: center; border-top-left-radius: 5px; border-top-right-radius: 5px; display: flex; justify-content: flex-end; line-height: 2em; padding: .75rem .75rem 0; } .shepherd-has-title .shepherd-content .shepherd-header { background: #e6e6e6;