diff options
Diffstat (limited to 'styles')
-rw-r--r-- | styles/globals.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/styles/globals.css b/styles/globals.css index 3cefd6a..cc44d7b 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -45,7 +45,8 @@ h1, h2, h3 { transition-property: width; transition-duration: 100ms; white-space: nowrap; - overflow: hidden; + overflow-x: clip; + overflow-y: visible; text-overflow: ellipsis; width: calc(100% - 48px); |