Skip to content

Commit

Permalink
User profiles - issue 50 (#100)
Browse files Browse the repository at this point in the history
* add tooltip on hover on repeat/loop, shuffle and playlist for issue #87

* adjusted user.scss to keep text in User component from overflowing container
  • Loading branch information
russellschmidt authored and andrewngu committed May 17, 2017
1 parent a93c34e commit 521dbae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion styles/custom/components/user.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@
.user-profiles {
margin-top: 10px;
font-size: 11px;
white-space: nowrap;
white-space: wrap;
overflow: hidden;
display: flex;
flex-flow: row nowrap;
}

.user-profile {
Expand Down

0 comments on commit 521dbae

Please sign in to comment.