Merge pull request #7167 from nextcloud/password-button-overflow
Fix reset password button overflow
This commit is contained in:
commit
d8296dcc8a
1 changed files with 11 additions and 2 deletions
|
@ -136,8 +136,7 @@ form #datadirField legend {
|
|||
absolutely positioned descendant icons */
|
||||
}
|
||||
|
||||
#submit-wrapper .submit-icon,
|
||||
#reset-password-wrapper .submit-icon {
|
||||
#submit-wrapper .submit-icon {
|
||||
position: absolute;
|
||||
top: 23px;
|
||||
right: 23px;
|
||||
|
@ -147,6 +146,16 @@ form #datadirField legend {
|
|||
applied to the button instead. */
|
||||
}
|
||||
|
||||
#reset-password-submit {
|
||||
padding: 10px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
#reset-password-wrapper .submit-icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#submit-wrapper .icon-loading-small {
|
||||
position: absolute;
|
||||
top: 22px;
|
||||
|
|
Loading…
Reference in a new issue