Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Merge pull request #4435 from gratipay/project/claim-packages-width-bug
Browse files Browse the repository at this point in the history
Fix width bug
  • Loading branch information
dowski authored May 2, 2017
2 parents 9af046b + 3ef4644 commit 70b391e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scss/components/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
display: block;
padding: 36px 24px 0 56px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 100%;
}
}
&.hover:not(.disabled) label {
Expand Down

0 comments on commit 70b391e

Please sign in to comment.