UX: Button had wrong margin on iOS

This commit is contained in:
Robin Ward 2016-07-26 15:10:14 -04:00
parent 424bb143db
commit 5ba8612fa8
1 changed files with 3 additions and 0 deletions

View File

@ -93,6 +93,9 @@
width: 55px;
}
}
button.btn.jump-prompt {
margin: 0;
}
button.btn.jump-bottom {
margin-top: 5px;
margin-bottom: 0;