Skip to content

Commit

Permalink
Fix <color-box> alignment in dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
kravets-levko committed Sep 16, 2019
1 parent 1799bfd commit 140a32e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/app/components/color-box.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ color-box {
vertical-align: text-bottom;
display: inline-block;
margin-right: 5px;

& ~ span {
vertical-align: bottom;
}
}

0 comments on commit 140a32e

Please sign in to comment.