From 02c039912cb6608a01b160e15f380566f6b8875b Mon Sep 17 00:00:00 2001 From: Stanislav Popov Date: Tue, 29 Dec 2020 17:52:00 +0500 Subject: [PATCH] fix: monospace font for args input --- components/ItemDetails.vue | 2 +- pages/index.scss | 3 +++ pages/scan.vue | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/components/ItemDetails.vue b/components/ItemDetails.vue index 24a7e64..11f899e 100644 --- a/components/ItemDetails.vue +++ b/components/ItemDetails.vue @@ -12,7 +12,7 @@
- + @@ -203,8 +203,8 @@ } } - .scan__args { - font-weight: normal; + .scan__args input { + font-family: monospace; } .scan__report-link {