diff --git a/client/src/components/Dashboard/Counters.js b/client/src/components/Dashboard/Counters.js index 44a9d188..6292e11f 100644 --- a/client/src/components/Dashboard/Counters.js +++ b/client/src/components/Dashboard/Counters.js @@ -4,6 +4,8 @@ import PropTypes from 'prop-types'; import Card from '../ui/Card'; import Tooltip from '../ui/Tooltip'; +const tooltipType = 'tooltip-custom--narrow'; + const Counters = props => ( @@ -11,7 +13,7 @@ const Counters = props => (
DNS Queries - + @@ -22,7 +24,7 @@ const Counters = props => (
Blocked by filters - + @@ -33,7 +35,7 @@ const Counters = props => (
Blocked malware/phishing - + @@ -44,7 +46,7 @@ const Counters = props => (
Blocked adult websites - + @@ -55,7 +57,7 @@ const Counters = props => (
Enforced safe search - + @@ -66,7 +68,7 @@ const Counters = props => (
Average processing time - + diff --git a/client/src/components/Filters/UserRules.js b/client/src/components/Filters/UserRules.js index 3d4b4275..2368bae5 100644 --- a/client/src/components/Filters/UserRules.js +++ b/client/src/components/Filters/UserRules.js @@ -20,7 +20,7 @@ export default class UserRules extends Component { subtitle="Enter one rule on a line. You can use either adblock rules or hosts files syntax." >
-