Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
MM-14888 - Fix main menu icon size on mobile (#2619)
Browse files Browse the repository at this point in the history
  • Loading branch information
asaadmahmood authored and hmhealey committed Apr 8, 2019
1 parent b7ff3c0 commit 02a99d4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sass/layout/_sidebar-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@
right: 0;
width: 220px;

.icon {
width: 20px;
margin-right: 8px;
display: inline-block;
text-align: center;

svg {
max-width: 16px;
max-height: 16px;
}
}

.nav-pills__container {
padding-top: 5px;
}
Expand Down

0 comments on commit 02a99d4

Please sign in to comment.