From ab6fe6de7ecbc55cad1a00faf5a7b60bc580880b Mon Sep 17 00:00:00 2001 From: hensm Date: Thu, 23 Jul 2020 12:30:14 +0100 Subject: [PATCH] Use monospaced font for options page whitelist entries --- ext/src/ui/options/styles/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/src/ui/options/styles/index.css b/ext/src/ui/options/styles/index.css index 8477cf1..80b80cd 100644 --- a/ext/src/ui/options/styles/index.css +++ b/ext/src/ui/options/styles/index.css @@ -387,6 +387,7 @@ button.ghost:not(:hover) { .editable-list__title { flex: 1; + font-family: monospace; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;