[Bug]: NC 28 App Password Box very wide
⚠️ This issue respects the following points: ⚠️
- [X] This is a bug, not a question or a configuration/webserver/proxy issue.
- [X] This issue is not already reported on Github OR Nextcloud Community Forum (I've searched it).
- [X] Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- [X] I agree to follow Nextcloud's Code of Conduct.
Bug description
Steps to reproduce
https://cloud.nextcloud.com/settings/user/security
Expected behavior
Installation method
Community Manual installation with Archive
Nextcloud Server version
28
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 22 to 23)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
- [X] Default user-backend (database)
- [ ] LDAP/ Active Directory
- [ ] SSO - SAML
- [ ] Other
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response
In addition: the elements are also not at the same vertical position since the input element has a top margin and the button right to it does not.
I added the following CSS rules with Custom CSS as a workaround:
.app-name-text-field {
margin-top: 0 !important;
max-width: 370px;
}
This no longer seems to be a problem for the version in master - WAI?
Still on issue on NC29.0.3
I can not reproduce this here - NC 29.0.3 (see screenshot). Do you have any customizations like CustomCSS or similar?
Do you refer to your own Nextcloud instance or the public one on https://cloud.nextcloud.com?