FIX: adding margin to notes icon on mobile
This commit is contained in:
parent
72609f5107
commit
a724069dc1
|
@ -41,6 +41,7 @@
|
|||
.staff-notes-icon {
|
||||
.mobile-view & {
|
||||
float: right;
|
||||
margin-left: 10px;
|
||||
}
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue