From 60ffe7ff7e14d59c0092a3773d8f25ebb54c005f Mon Sep 17 00:00:00 2001 From: hensm Date: Mon, 8 Aug 2022 19:03:49 +0100 Subject: [PATCH] Show ellipsis on overflowing text input placeholders --- ext/src/ui/options/styles/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext/src/ui/options/styles/index.css b/ext/src/ui/options/styles/index.css index 230ec1a..6c0d16a 100644 --- a/ext/src/ui/options/styles/index.css +++ b/ext/src/ui/options/styles/index.css @@ -30,6 +30,10 @@ a:hover:active { color: var(--blue-60); } +input:placeholder-shown { + text-overflow: ellipsis; +} + button.ghost { width: 24px !important; height: 24px !important;