From ce20e5f8a045bdce8902e232a4729842a2fbf48a Mon Sep 17 00:00:00 2001 From: Lisandra Simonetti Date: Tue, 16 Jul 2024 14:47:42 +0200 Subject: [PATCH] fix: better style in regex modal --- src/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles.css b/src/styles.css index 54349d3..7d2d5b8 100644 --- a/src/styles.css +++ b/src/styles.css @@ -148,3 +148,7 @@ position: revert; bottom: 0; } + +.enhanced-copy input { + font-family: var(--font-monospace); +}