diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css index 6b2a3e3..1d9a922 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -670,12 +670,20 @@ fieldset > table td input[type="radio"] { background: var(--background-secondary); color: var(--background-primary); } +#hosts td:nth-child(2) { + display: inline-flex; +} #hosts td:nth-child(-n+2) a { color: var(--link-secondary); + flex: 1; } #hosts td:nth-child(-n+2) a:hover { color: var(--link-secondary-hover); } +#hosts td:nth-child(-n+2) a strong { + display: inline-block; + line-height: 1.5rem; +} #hosts td:nth-child(2) { padding: 0.25rem 0 0 8px; width: calc(100% - 90px); diff --git a/templates/content-correspondents.tpl.html b/templates/content-correspondents.tpl.html index 2bae1e7..3c28550 100644 --- a/templates/content-correspondents.tpl.html +++ b/templates/content-correspondents.tpl.html @@ -23,9 +23,8 @@