This commit is contained in:
@ -3498,20 +3498,63 @@ body.logged-in .insights-chart-card.card:hover {
|
||||
}
|
||||
|
||||
.client-note-cell {
|
||||
min-width: 200px;
|
||||
max-width: 280px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.client-note-cell .client-note-input {
|
||||
width: 100%;
|
||||
margin-bottom: 8px;
|
||||
.client-note-row {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.client-note-text {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
font-size: 0.9rem;
|
||||
line-height: 1.35;
|
||||
color: var(--text-primary);
|
||||
}
|
||||
|
||||
.client-note-empty {
|
||||
flex: 1;
|
||||
color: var(--text-secondary);
|
||||
}
|
||||
|
||||
.client-note-row .edit-client-note-btn {
|
||||
flex-shrink: 0;
|
||||
padding: 0 4px;
|
||||
min-height: 0;
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
.client-note-modal-dialog {
|
||||
max-width: 420px;
|
||||
}
|
||||
|
||||
.client-note-modal-label {
|
||||
display: block;
|
||||
margin: 0 0 6px;
|
||||
font-size: 0.85rem;
|
||||
color: var(--text-secondary);
|
||||
}
|
||||
|
||||
.client-note-modal-input {
|
||||
width: 100%;
|
||||
min-height: 96px;
|
||||
resize: vertical;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.client-note-modal-count {
|
||||
margin: 0 0 12px;
|
||||
font-size: 0.8rem;
|
||||
color: var(--text-secondary);
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.followup-note-cell .followup-note-input {
|
||||
width: 100%;
|
||||
margin-bottom: 8px;
|
||||
|
||||
Reference in New Issue
Block a user