From cbcc17a58b7b1cfde55a68a1826dbca7f41d1f11 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Fri, 3 Nov 2023 17:24:30 +0300 Subject: [PATCH] Pull request 2055: ADG-7651 fix dashboard client cell ellipsis Merge in DNS/adguard-home from ADG-7651 to master Updates #6338. Squashed commit of the following: commit 21acb7a02ef39de478d894dfedaba5f2e32eff93 Merge: 1c0ba2c78 6a3906aa9 Author: Eugene Burkov Date: Fri Nov 3 17:12:55 2023 +0300 Merge branch 'master' into ADG-7651 commit 1c0ba2c789289035aab236c1df5560185e80ef46 Author: Ildar Kamalov Date: Thu Nov 2 10:06:48 2023 +0300 changelog commit 14d8a2c261d11eb65a540f6e45ed52cedcf43fd8 Author: Ildar Kamalov Date: Tue Oct 31 18:04:18 2023 +0300 fix changelog commit bfc3f455380583592bfbc676a150c55276c201eb Author: Ildar Kamalov Date: Tue Oct 31 18:03:24 2023 +0300 changelog commit 64cc673449ac20d015cda4c93129de60c1866aab Author: Ildar Kamalov Date: Tue Oct 31 18:00:50 2023 +0300 ADG-7651 fix dashboard client cell ellipsis --- CHANGELOG.md | 2 ++ client/src/components/Logs/Logs.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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; }