Make the title scroll after a certain length, and long words wrap

This commit is contained in:
DD Liu 2021-06-09 14:57:53 -04:00
parent 82ef17474a
commit ee95a708b5

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 {