From e5d8068a4e3301ea51ce427d6fd66f5f734bd370 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 18 Jul 2021 20:17:39 +0200 Subject: semi-working timecode input --- styles/globals.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'styles') 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); -- cgit v1.2.3