diff --git a/CHANGELOG.md b/CHANGELOG.md index d4ab47bf..9d3fa6ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ NOTE: Add new changes BELOW THIS COMMENT. ### Fixed +- Redundant shortening long client names in the Top Clients table ([#6338]). - Scrolling column headers in the tables ([#6337]). - `$important,dnsrewrite` rules do not take precedence over allowlist rules ([#6204]). @@ -46,6 +47,7 @@ NOTE: Add new changes BELOW THIS COMMENT. [#6329]: https://github.com/AdguardTeam/AdGuardHome/issues/6329 [#6335]: https://github.com/AdguardTeam/AdGuardHome/issues/6335 [#6337]: https://github.com/AdguardTeam/AdGuardHome/issues/6337 +[#6338]: https://github.com/AdguardTeam/AdGuardHome/issues/6338 [#6357]: https://github.com/AdguardTeam/AdGuardHome/issues/6357 [#6358]: https://github.com/AdguardTeam/AdGuardHome/issues/6358 diff --git a/client/src/components/Logs/Logs.css b/client/src/components/Logs/Logs.css index 4935192a..a9b4ea15 100644 --- a/client/src/components/Logs/Logs.css +++ b/client/src/components/Logs/Logs.css @@ -80,7 +80,7 @@ color: var(--gray-f3); } -.logs__text--client { +.logs__table .logs__text--client { padding-right: 32px; }