Skip to content

Commit

Permalink
pkp/pkp#8829 Removed small height for the multiple select (the size p…
Browse files Browse the repository at this point in the history
…roperty might be used to define a custom height)
  • Loading branch information
jonasraoni committed Mar 22, 2023
1 parent d462aa5 commit 290a639
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion styles/form/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@
border: @bg-border;
}

select[multiple] {
height: unset;
}

textarea {
height: 10em;
line-height: @line-sml;
Expand Down Expand Up @@ -785,4 +789,4 @@ a[id^="publicIdentifiersForm-clearObjectsPubIds-button"] {
.pkp_form .pkpForm .pkpFormField--options__option {
font-weight: @normal;
font-size: @font-sml;
}
}

0 comments on commit 290a639

Please sign in to comment.