Tags: linkorb/wiki-bundle
Tags
chore: wiki page left block title overlap #10719 ## 🐛 Issue Long page titles in the wiki left sidebar were overlapping and breaking the layout, making navigation difficult and the UI appear broken. ## 🔧 Solution Added `word-wrap: anywhere;` CSS style to the wiki pages list in base.wiki.html.twig to ensure long titles wrap properly within their container instead of overflowing. ## ✅ Verified Wiki page titles now wrap correctly in the left sidebar, maintaining clean layout and readability regardless of title length.
perf: update wiki API key access control #0000 Changed the wiki API controller access permission check from 'manage' to 'access' level, allowing users with basic access rights to utilize the API key functionality without requiring full management permissions. This improves performance by reducing permission overhead and enables broader API usage while maintaining appropriate security boundaries.
PreviousNext