editable client note on website
Some checks failed
PHPUnit / test (push) Has been cancelled

This commit is contained in:
2026-07-17 17:36:10 +02:00
parent 4d7be68080
commit 497246cd57
2 changed files with 42 additions and 11 deletions

View File

@ -3498,16 +3498,14 @@ body.logged-in .insights-chart-card.card:hover {
}
.client-note-cell {
min-width: 200px;
max-width: 280px;
vertical-align: middle;
}
.client-note-text {
white-space: pre-wrap;
word-break: break-word;
font-size: 0.9rem;
line-height: 1.35;
color: var(--text-primary);
.client-note-cell .client-note-input {
width: 100%;
margin-bottom: 8px;
}
.client-note-empty {