{
"system": {
"htaccess.RewriteBase": "\/",
"memcache.local": "\\OC\\Memcache\\APCu",
"apps_paths": [
{
"path": "\/var\/www\/html\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/var\/www\/html\/custom_apps",
"url": "\/custom_apps",
"writable": true
}
],
"upgrade.disable-web": true,
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"10.0.0.250:10081",
"nextcloud.grady.link"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "sqlite3",
"version": "31.0.5.1",
"overwrite.cli.url": "https:\/\/nextcloud.grady.link",
"installed": true,
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"maintenance": false,
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"overwritehost": "nextcloud.grady.link",
"overwriteprotocol": "https",
"overwritecondaddr": "^172\\.17\\.0\\.1$",
"maintenance_window_start": 8,
"memories.exiftool": "\/var\/www\/html\/custom_apps\/memories\/bin-ext\/exiftool-aarch64-glibc",
"memories.vod.path": "\/var\/www\/html\/custom_apps\/memories\/bin-ext\/go-vod-aarch64",
"app_install_overwrite": [
"maps",
"apporder"
],
"defaultapp": "spreed,dashboard",
"loglevel": 3,
"memories.db.triggers.fcu": true
}
}
How to use GitHub
Steps to reproduce
POTATO POTATO POTATO POTATO POTATO POTATO POTATO POTATO POTATO)Expected behaviour
The Display Name would either be wrapped or cut off with ellipses like in the Talk app.
Actual behaviour
The Display Name extends the size of the container. This also happens with the input to create a comment.
Screenshot
Server configuration
Database: SQLite
PHP version: 8.3.21
Nextcloud version: 31.0.5
List of activated apps
Nextcloud configuration
Browser
Browser name: Zen Browser
Browser version: 124/125/…
Operating system: Arch Linux
EDIT: I forgot to mention I have custom CSS enabled, but the same behavior is present with the custom CSS disabled.