- client: fix font size of whois info

This commit is contained in:
Ildar Kamalov
2019-10-10 18:57:39 +03:00
parent 3fbbda5102
commit d23fdaf18f
2 changed files with 13 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ export const formatClientCell = (value, clients, autoClients, t) => {
if (whois) {
whoisContainer = (
<div className="logs__text logs__text--wrap mt-1">
<div className="logs__text logs__text--wrap logs__text--whois">
{getFormattedWhois(whois, t)}
</div>
);