feat: ingest course summaries on vps
This commit is contained in:
@@ -379,6 +379,20 @@ textarea:focus {
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.summary-body,
|
||||
.log-detail {
|
||||
max-width: 360px;
|
||||
white-space: pre-wrap;
|
||||
overflow-wrap: anywhere;
|
||||
color: #344054;
|
||||
font-size: 13px;
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
.muted {
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
.correction-toolbar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user