Merge pull request #5580 from fsih/titleLimit

Make the title scroll after a certain length, and long words wrap
This commit is contained in:
DD Liu 2021-06-13 23:07:23 -04:00 committed by GitHub
commit deb1f5eb7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,6 +113,9 @@ $radius: 8px;
.studio-title {
font-size: 28px;
font-weight: 700;
word-wrap: break-word;
max-height: 8rem;
overflow-y: auto;
}
.studio-description {