diff --git a/dashboard.css b/dashboard.css index 9fa9cc5..a54ec59 100644 --- a/dashboard.css +++ b/dashboard.css @@ -15801,7 +15801,7 @@ a.tag-addon:hover { } .custom-range::-moz-range-track { - width: 240px; + width: 100%; height: 2px; background: rgba(0, 50, 126, 0.12); } @@ -15832,7 +15832,7 @@ a.tag-addon:hover { color: transparent; height: 2px; margin-top: 10px; - width: 240px; + width: 100%; } .custom-range::-ms-thumb {