Button shows up looking squashed when testing responsiveness in chrome (ipad pro mode). All the rest on the tablets and mobiles views the button shows correctly. I tried putting a min-width on the button but this doesn't help as the button looks to big for the page. Is there any way I can move the button more to the left or set it in the middle.
button id="updatePasswordButton" class="btn btn-block btn-success" data-bind="enable: canUpdatePassword, click: resetPassword">
.btn-success {
min-width: 140px;
}