Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
remove sizing dependance on global styles
Browse files Browse the repository at this point in the history
  • Loading branch information
darling committed Oct 30, 2023
1 parent 346c0a2 commit 8ba40c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/components/base/DropdownSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ const isChildOfDropdown = (element) => {
<style lang="scss" scoped>
.animated-dropdown {
width: 20rem;
min-height: 40px;
position: relative;
display: inline-block;
Expand All @@ -199,6 +200,9 @@ const isChildOfDropdown = (element) => {
}
.selected {
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
Expand Down

0 comments on commit 8ba40c5

Please sign in to comment.