enhanced questionnaire handling with stable key validation, improved note management, and added option key support
This commit is contained in:
@ -1158,3 +1158,24 @@ th.sort-desc::after { content: ' \2193'; opacity: 1; }
|
||||
border-radius: 3px;
|
||||
transition: width .3s ease;
|
||||
}
|
||||
|
||||
.field-hint {
|
||||
display: block;
|
||||
font-size: 0.8rem;
|
||||
color: var(--text-secondary);
|
||||
margin-top: 4px;
|
||||
}
|
||||
.field-hint code {
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
.badge-warn {
|
||||
background: #fef3c7;
|
||||
color: #92400e;
|
||||
}
|
||||
|
||||
.opt-key {
|
||||
font-size: 0.75rem;
|
||||
margin-right: 8px;
|
||||
color: var(--text-secondary);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user