Skip to content

Commit

Permalink
🎨 make dropdown align right as in design
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed Feb 16, 2023
1 parent c477504 commit 90f3c94
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/open_inwoner/scss/components/Dropdown/Dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
flex-direction: column;
padding: var(--spacing-medium) 0;
position: absolute;
left: 0;
right: 0;
border-radius: var(--border-radius);
background-color: var(--color-white);
border: 1px solid var(--color-mute);
Expand All @@ -37,11 +37,4 @@
height: var(--font-line-height-body);
padding: 0;
}

@media (max-width: 767px) {
.dropdown__content {
left: initial;
right: 0;
}
}
}

0 comments on commit 90f3c94

Please sign in to comment.