Commit ee95a708 authored by DD Liu's avatar DD Liu

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

parent 82ef1747
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment