Add collapsible text functionality to Overall remark and Remark fields

Added ellipsis-field class to both "Overall remark" and "Remark" fields in
the Run Checks modal. This prevents long text from pushing action buttons
(like Autotask ticket creation) out of view. Users can click the field to
expand/collapse the full text.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Ivo Oskamp 2026-02-06 11:35:13 +01:00
parent 865bcf6843
commit 0e5294d1fa
2 changed files with 3 additions and 2 deletions

View File

@ -204,10 +204,10 @@
<dd class="col-9 ellipsis-field" id="rcm_status"></dd>
<dt class="col-3">Overall remark</dt>
<dd class="col-9" id="rcm_overall_message" style="white-space: pre-wrap;"></dd>
<dd class="col-9 ellipsis-field" id="rcm_overall_message"></dd>
<dt class="col-3">Remark</dt>
<dd class="col-9" id="rcm_remark" style="white-space: pre-wrap;"></dd>
<dd class="col-9 ellipsis-field" id="rcm_remark"></dd>
<dt class="col-3">Meldingen</dt>
<dd class="col-9">

View File

@ -6,6 +6,7 @@ This file documents all changes made to this project via Claude Code.
### Changed
- Renamed "Refresh" button to "Search" in Link existing Autotask ticket modal for better clarity (the button performs a search operation)
- Added ellipsis-field functionality to "Overall remark" and "Remark" fields in Run Checks modal to prevent long text from hiding action buttons (click to expand/collapse)
## [2026-02-05]