Skip to content

Commit

Permalink
Fix: Positioning of undo/redo drawing buttons in header on mobile (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodsum committed Nov 27, 2018
1 parent e691bdc commit 873394f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Annotator.scss
Expand Up @@ -62,6 +62,11 @@
vertical-align: middle;
}
}

@media #{$mobile} {
margin-left: 0;
margin-right: 0;
}
}

//------------------------------------------------------------------------------
Expand Down

0 comments on commit 873394f

Please sign in to comment.