Skip to content

Commit 29d0675

Browse files
committed
ROR logo; minor css tweaking
1 parent b8cf744 commit 29d0675

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/components/Form/fields/FieldAffiliations.vue

+7-2
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,11 @@
186186
@click="selectRorOrganization(organization)"
187187
>
188188
{{ organization.displayName }}  
189-
<Icon :icon="'ror'" :class="'mr-2'" :inline="true" />
189+
<Icon
190+
:icon="'ROR'"
191+
:class="'mr-2 h-6 w-6'"
192+
:inline="true"
193+
/>
190194
</a>
191195
<a
192196
:href="organization.ror"
@@ -703,7 +707,8 @@ function sortNamesPrimaryFirst(names) {
703707
704708
.pkpFormField--affiliations__control .searchPhraseResults {
705709
background-color: #fff;
706-
height: 140px;
710+
height: auto;
711+
max-height: 200px;
707712
overflow-y: scroll;
708713
position: absolute;
709714
z-index: 9999;

0 commit comments

Comments
 (0)