mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
Make the title scroll after a certain length, and long words wrap
This commit is contained in:
parent
82ef17474a
commit
ee95a708b5
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue