Fixed description * wrap in project create page (#623)

This commit is contained in:
jade
2022-08-23 21:14:40 -05:00
committed by GitHub
parent 64b89dd226
commit 71f42e405d

View File

@@ -1730,6 +1730,10 @@ section.description {
overflow-y: auto;
padding: 0 var(--spacing-card-sm);
}
label {
flex-direction: row;
}
}
.outlined-area {