Skip to content

Commit

Permalink
Merge pull request #547 from Quetzacoalt91/fix-display-of-category-ma…
Browse files Browse the repository at this point in the history
…pping-dropdown

Improve display of dropdown in category mapping page
  • Loading branch information
Quetzacoalt91 authored Feb 26, 2024
2 parents f8f4b84 + ae763dc commit 6d0c47b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
}

& > ul {
top: -2.4rem!important;
padding: 0.4rem!important;
border: 2px solid $primary!important;
box-shadow: 0 0.2rem 0.5rem rgba(0,0,0,.175)!important;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
ref="dropdown"
variant="outline-secondary"
class="m-2 category-matching-dropdown"
boundary="scrollParent"
menu-class="w-100"
boundary=".editing-row"
menu-class="w-25"
no-caret
no-flip
:disabled="disabled"
@show="beforeDropdownShown"
Expand Down

0 comments on commit 6d0c47b

Please sign in to comment.