+ client: add whois info to dashboard and logs

This commit is contained in:
Ildar Kamalov
2019-09-23 16:02:47 +03:00
parent 9e4f80f3c1
commit a52715e086
6 changed files with 86 additions and 46 deletions

View File

@@ -10,8 +10,9 @@
}
.logs__row--column {
align-items: flex-start;
flex-direction: column;
align-items: flex-start;
justify-content: center;
}
.logs__row--overflow {
@@ -41,6 +42,7 @@
}
.logs__text--wrap {
line-height: 1.4;
white-space: normal;
}