FIX: adding margin to notes icon on mobile

This commit is contained in:
Kris 2018-02-27 13:35:18 -05:00
parent 72609f5107
commit a724069dc1
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
.staff-notes-icon { .staff-notes-icon {
.mobile-view & { .mobile-view & {
float: right; float: right;
margin-left: 10px;
} }
cursor: pointer; cursor: pointer;
} }