Skip to content

Commit

Permalink
Merge pull request #36807 from owncloud/fix-button-width
Browse files Browse the repository at this point in the history
Fix the width of some confirmation buttons
  • Loading branch information
phil-davis committed Jan 24, 2020
2 parents 4406977 + 859952c commit f15a795
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog/unreleased/36807
@@ -0,0 +1,5 @@
Bugfix: Fix one-time password (OTP) verify button width

The one-time password (OTP) verify button width has been extended.

https://github.com/owncloud/core/pull/36807
1 change: 1 addition & 0 deletions core/css/styles.css
Expand Up @@ -607,6 +607,7 @@ label.infield {
#body-login input[type="submit"] {
padding: 10px 0px; /* larger log in and installation buttons */
max-width: 269px;
width: 269px;
}
#remember_login {
margin: 18px 5px 0 16px !important;
Expand Down

0 comments on commit f15a795

Please sign in to comment.