Skip to content

Commit

Permalink
MID-8270 button size issue fix when label is long (login page)
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Nov 23, 2022
1 parent ecac910 commit 635a9e1
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@
</div>
</div>
</div>
<div class="row">
<div class="col-4 offset-8">
<button type="submit" class="btn btn-primary btn-block">
<wicket:message key="PageLogin.signIn"/>
</button>
</div>
<div class="d-flex justify-content-end">
<button type="submit" class="btn btn-primary">
<wicket:message key="PageLogin.signIn"/>
</button>
</div>

<div wicket:id="csrfField"/>
Expand Down

0 comments on commit 635a9e1

Please sign in to comment.