From f363c95ef58a52c134dcca1cd7c58b4dc2358405 Mon Sep 17 00:00:00 2001 From: ArtemBaskal <a.baskal@adguard.com> Date: Wed, 2 Sep 2020 16:09:59 +0300 Subject: [PATCH] - client: Fix location icon size --- client/src/helpers/renderFormattedClientCell.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/helpers/renderFormattedClientCell.js b/client/src/helpers/renderFormattedClientCell.js index 204d29dc..fa705496 100644 --- a/client/src/helpers/renderFormattedClientCell.js +++ b/client/src/helpers/renderFormattedClientCell.js @@ -12,7 +12,7 @@ const getFormattedWhois = (whois) => { <span className="logs__whois text-muted " key={key} title={whoisInfo[key]}> {icon && ( <> - <svg className="logs__whois-icon icons"> + <svg className="logs__whois-icon icons icon--18"> <use xlinkHref={`#${icon}`} /> </svg>