fix: polish parameter preprocessing details
This commit is contained in:
@@ -521,6 +521,36 @@ strong {
|
||||
border-top: 1px solid var(--border);
|
||||
}
|
||||
|
||||
.taskParamConversionLogHeader {
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.taskParamConversionLogTitleBlock {
|
||||
display: grid;
|
||||
min-width: 0;
|
||||
gap: 0.15rem;
|
||||
}
|
||||
|
||||
.taskParamConversionLogTitleBlock strong {
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.taskParamConversionLogTitleBlock small {
|
||||
max-width: 32rem;
|
||||
overflow: hidden;
|
||||
color: var(--text-soft);
|
||||
font-family: var(--font-mono);
|
||||
font-size: var(--font-size-xs);
|
||||
line-height: 1.35;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.taskParamConversionCountBadge {
|
||||
flex: 0 0 auto;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.taskParamConversionChange {
|
||||
display: grid;
|
||||
gap: 0.28rem;
|
||||
|
||||
Reference in New Issue
Block a user