Skip to content

Commit 8672c68

Browse files
rubenvdlindeclaude
andcommitted
chore(deps): nextcloud-vue 2.36.1
Carries the notes composer width floor. The component's own width: 100% is a SCOPED rule, so it only applies where the scope attribute is present, and in OpenRegister's integration bundle the component resolves without one. Nextcloud's own textarea { width: 130px } then won. The floor lives in the library's GLOBAL stylesheet, which consuming apps import, so it is this bump rather than openregister's that puts it on the page. Measured on the running instance: the composer went from 130px to 992px inside a 1016px panel. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent b58a200 commit 8672c68

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"extends @nextcloud/browserslist-config"
4343
],
4444
"dependencies": {
45-
"@conduction/nextcloud-vue": "^2.35.5",
45+
"@conduction/nextcloud-vue": "https://registry.npmjs.org/@conduction/nextcloud-vue/-/nextcloud-vue-2.36.1.tgz",
4646
"@nextcloud/auth": "^2.6.0",
4747
"@nextcloud/axios": "~2.6.0",
4848
"@nextcloud/capabilities": "^1.2.1",

0 commit comments

Comments
 (0)