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;