In Tasks when you expand the Details pane on the right side, it slightly crops the top values on their left side. You can see it in this screenshot. The R in RMLUG is slightly cropped.
Question
Question
Tasks Details Pane Slightly Crops Top Values
Replies
Hi! We have released a fix for this issue.
Hi Blake, thanks for reporting. This issue has been filed and will get addressed in an upcoming cloud release. Reference number 667880
Hi Blake,
I noticed the same visual issue in Laserfiche Cloud where the Details pane slightly crops the title text on the left side when the panel is expanded.
As a quick workaround, I created a small Chrome extension that applies a simple CSS adjustment only when using app.laserfiche.com. The change reduces the padding/spacing around the right-side details drawer toggle, which helps give the title area a little more room and prevents the text from looking cut off.
It does not modify Laserfiche data or change any workflow behavior. It only adjusts the page styling locally in Chrome for better visibility.
I’ll keep testing it, but so far it seems like a lightweight way to improve readability until the UI issue is fixed officially.
The extension include this:
.right-drawer-toggleBtn {
padding: 0 !important;
}
.right-drawer-toggle {
width: 12px !important;
min-width: 12px !important;
max-width: 12px !important;
}
You can download the file extension from This Link
Additionally, if you wish to insert more custom CSS code for the LF Cloud environment, you can use this extension, an improved version of the one I previously shared, which allows you to add more rules if you prefer. To do so, you must pin it as an extension; you will then be able to access the custom CSS rules panel. Download here