From 034289a2097a5be121684a7c88bf74addc25688c Mon Sep 17 00:00:00 2001 From: Sajini Ariyawansa Date: Fri, 7 Oct 2022 13:52:41 +1100 Subject: [PATCH] fix: sonar cloud issue about duplicate name --- src/styles/bootstrap-custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/bootstrap-custom.css b/src/styles/bootstrap-custom.css index 445b7e5db..b652d739f 100644 --- a/src/styles/bootstrap-custom.css +++ b/src/styles/bootstrap-custom.css @@ -124,7 +124,7 @@ code, kbd, pre, samp { - font-family: monospace, monospace; + font-family: monospace; font-size: 1em; }