Merge pull request #453 from orangemug/fix/more-menu-icon-size

Increase more-menu icon size, broken by react-icons update
This commit is contained in:
Orange Mug 2018-10-31 13:44:48 +00:00 committed by GitHub
commit 9ffbe3a7a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -195,6 +195,11 @@
.more-menu {
position: relative;
svg {
width: 22px;
height: 22px;
}
&__menu {
position: absolute;
z-index: 9999;