From 4ef29cbb67f3f870ce86b5d893b4196d43d9d948 Mon Sep 17 00:00:00 2001 From: GaziYucel <84437883+GaziYucel@users.noreply.github.com> Date: Wed, 12 Feb 2025 11:37:35 +0100 Subject: [PATCH] pkp/pkp-lib#10902 vertical-align ROR SVG in the middle --- plugins/themes/default/styles/objects/monograph_full.less | 7 +++++++ templates/frontend/components/authors.tpl | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/plugins/themes/default/styles/objects/monograph_full.less b/plugins/themes/default/styles/objects/monograph_full.less index 057bc84e016..0fc3ee77dba 100644 --- a/plugins/themes/default/styles/objects/monograph_full.less +++ b/plugins/themes/default/styles/objects/monograph_full.less @@ -67,6 +67,13 @@ vertical-align: middle; } } + + .affiliation { + a, span, svg { + display: inline-block; + vertical-align: middle; + } + } } .entry_details { diff --git a/templates/frontend/components/authors.tpl b/templates/frontend/components/authors.tpl index 4f62108ca7a..616354bc758 100644 --- a/templates/frontend/components/authors.tpl +++ b/templates/frontend/components/authors.tpl @@ -37,9 +37,9 @@ {/if} {if count($author->getAffiliations()) > 0} -