File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
src/components/Form/fields Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 3737 v-if =" affiliation.ror"
3838 :href =" affiliation.ror"
3939 target =" _blank"
40+ class =" align-middle"
4041 >
4142 <Icon icon =" ROR" :class =" 'ms-1 h-6 w-6'" :inline =" true" />
4243 </a >
7273 :class =" 'h-6 w-6'"
7374 :inline =" true"
7475 />
75- {{ translations(affiliation).label }}
76+ <span class =" align-middle" >
77+ {{ translations(affiliation).label }}
78+ </span >
7679 </a >
7780 <div
7881 v-if ="
128131 </TableCell >
129132 </TableRow >
130133 <TableRow >
131- <TableCell >
134+ <TableCell class = " align-top " >
132135 <span class =" text-lg-semibold" >
133136 {{
134137 t('user.affiliations.searchPhraseLabel', {
146149 </span >
147150 <a
148151 :href =" newAffiliation.ror"
149- class =" inline-block py-2 "
152+ class =" inline-block align-middle "
150153 target =" _blank"
151154 >
152155 <Icon icon =" ROR" :class =" 'ms-1 h-6 w-6'" :inline =" true" />
165168 :class =" 'h-6 w-6'"
166169 :inline =" true"
167170 />
168- {{ translations(newAffiliation).label }}
171+ <span class =" align-middle" >
172+ {{ translations(newAffiliation).label }}
173+ </span >
169174 </span >
170175 </div >
171176 <div
You can’t perform that action at this time.
0 commit comments