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:
parent
865bcf6843
commit
0e5294d1fa
@ -204,10 +204,10 @@
|
|||||||
<dd class="col-9 ellipsis-field" id="rcm_status"></dd>
|
<dd class="col-9 ellipsis-field" id="rcm_status"></dd>
|
||||||
|
|
||||||
<dt class="col-3">Overall remark</dt>
|
<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>
|
<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>
|
<dt class="col-3">Meldingen</dt>
|
||||||
<dd class="col-9">
|
<dd class="col-9">
|
||||||
|
|||||||
@ -6,6 +6,7 @@ This file documents all changes made to this project via Claude Code.
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Renamed "Refresh" button to "Search" in Link existing Autotask ticket modal for better clarity (the button performs a search operation)
|
- 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]
|
## [2026-02-05]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user