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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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