From 3b849b16b116f0b26c7ae0d4a0ab06f0fc2f6d1d Mon Sep 17 00:00:00 2001 From: Fabian Iwand Date: Thu, 13 Oct 2022 10:44:03 +0200 Subject: [PATCH] fix label overflow --- src/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/style.css b/src/style.css index 23632ca..f7afae4 100644 --- a/src/style.css +++ b/src/style.css @@ -24,6 +24,8 @@ form.__ns__ { form.__ns__ > label { width: 100%; padding-bottom: 3px; + text-overflow: ellipsis; + overflow: hidden; } /* On narrow screens, a toggle is small enough to fit inline with the label;