mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-26 12:50:44 -04:00
Merge pull request #5580 from fsih/titleLimit
Make the title scroll after a certain length, and long words wrap
This commit is contained in:
commit
deb1f5eb7e
1 changed files with 3 additions and 0 deletions
|
@ -113,6 +113,9 @@ $radius: 8px;
|
||||||
.studio-title {
|
.studio-title {
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
word-wrap: break-word;
|
||||||
|
max-height: 8rem;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.studio-description {
|
.studio-description {
|
||||||
|
|
Loading…
Add table
Reference in a new issue