Closed johnclary closed 5 years ago
After testing on the 8" tablets, we need to increase the form submit button sizing for mobile users.
Here's the button element of concern. We will need to isolate this change to type="submit":
button
type="submit"
<button class="kn-button is-primary" type="submit"> Submit </button>
Ideally, the button would be at least twice the current height, with text size increased as well, and full-width.
@mateoclarke @mddilley can we get this done during the current sprint?
scroll to the bottom of the page
After testing on the 8" tablets, we need to increase the form submit button sizing for mobile users.
Here's the
button
element of concern. We will need to isolate this change totype="submit"
:Ideally, the button would be at least twice the current height, with text size increased as well, and full-width.