From ee95a708b56c7422c69230e8d90a9e19cc8f37c2 Mon Sep 17 00:00:00 2001 From: DD Liu Date: Wed, 9 Jun 2021 14:57:53 -0400 Subject: [PATCH] Make the title scroll after a certain length, and long words wrap --- src/views/studio/studio.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/studio/studio.scss b/src/views/studio/studio.scss index 985017da0..989a88b2d 100644 --- a/src/views/studio/studio.scss +++ b/src/views/studio/studio.scss @@ -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 {