Skip to content

Commit

Permalink
Fix: Drawing CSS (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodsum committed Nov 8, 2017
1 parent ff75bf1 commit 0493fcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/MobileAnnotator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,9 @@ $tablet: "(min-width: 768px)";
}

.bp-container .bp-annotate-draw-undo-redo-container {
margin: 0;

@media #{$tablet} {
margin: 0;
margin: 0 auto;
}
}

0 comments on commit 0493fcd

Please sign in to comment.