- client: Display DomainCell popover

Close #1817

Squashed commit of the following:

commit 203d52e9b23013cb516765c3d41c288f8ce9d90c
Merge: 5c78d918 205680b7
Author: ArtemBaskal <a.baskal@adguard.com>
Date:   Fri Jul 3 11:15:28 2020 +0300

    Merge branch 'master' into fix/1817

commit 5c78d918ee2901ff138d5d06046e74ed00dc230d
Author: ArtemBaskal <a.baskal@adguard.com>
Date:   Thu Jul 2 17:50:59 2020 +0300

    - client: Display DomainCell popover
This commit is contained in:
Artem Baskal
2020-07-03 11:21:23 +03:00
parent 205680b71b
commit f5a1f31103
3 changed files with 24 additions and 3 deletions

View File

@@ -5,6 +5,10 @@
text-overflow: ellipsis;
}
.card-table .ReactTable .rt-td {
overflow: visible;
}
.ReactTable .rt-tbody {
overflow: visible;
}