diff --git a/client/src/components/Dashboard/Dashboard.css b/client/src/components/Dashboard/Dashboard.css index 73ea0567..04522ef6 100644 --- a/client/src/components/Dashboard/Dashboard.css +++ b/client/src/components/Dashboard/Dashboard.css @@ -1,10 +1,11 @@ .stats__table .popover__body { - left: 0; + left: -10px; + min-width: 270px; transform: none; } .stats__table .popover__body:after { - left: 13px; + left: 23px; } .stats__table .rt-tr-group:first-child .popover__body, diff --git a/client/src/components/Dashboard/DomainCell.js b/client/src/components/Dashboard/DomainCell.js index c613c268..76bb0877 100644 --- a/client/src/components/Dashboard/DomainCell.js +++ b/client/src/components/Dashboard/DomainCell.js @@ -9,7 +9,7 @@ const DomainCell = ({ value }) => { return (