Merge pull request #1779 from clarkwinkelmann/fix-userpage-card-dropdown

Fix dropdown icon not showing in UserCard when on UserPage
This commit is contained in:
Toby Zerner 2019-05-02 19:21:39 +09:30 committed by GitHub
commit 4357ad3d54

View File

@ -1,10 +1,5 @@
.UserPage { .UserPage {
.UserCard-controls { .UserHero .Dropdown-toggle .Button-icon {
float: right; display: none;
.Dropdown-toggle .Button-icon {
display: none;
}
} }
} }