Skip to content

Commit

Permalink
fix(ui): Fix dropdowns position
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Sep 28, 2019
1 parent 42b61be commit 21f3c85
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@

.headerDropdown {
flex: 0 0 auto;
margin-top: calc(0px - var(--space-xxsmall));
margin-right: calc(0px - var(--space-xxsmall));
margin-left: var(--space-small);
margin-bottom: calc(0px - var(--space-xxsmall));
}

.nameTooltip {
Expand Down

0 comments on commit 21f3c85

Please sign in to comment.