fix(helpdesk): hide section title divider line in ticket detail communication

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-05 22:06:28 +02:00
parent c958f68738
commit 2bb01e1eab

View File

@@ -1312,6 +1312,10 @@
max-height: none;
}
.helpdesk-ticket-detail-content .helpdesk-support-section-title::after {
display: none;
}
/* --- Controlling dashboard --- */
/* Segment control — radio + label (no button CSS bleed) */