From bf1101b4603ced00e6333dd77c8a0f78a867f088 Mon Sep 17 00:00:00 2001 From: Igor Lobanov Date: Mon, 22 Jul 2024 12:12:28 +0300 Subject: [PATCH] Pull request #2258: ADG-8813 query log client column style fix Merge in DNS/adguard-home from ADG-8813 to master Squashed commit of the following: commit ce36a973aed56960aa20720ab576ced9cc3a51b8 Merge: de0ea6edd 5c2ecfaa4 Author: Igor Lobanov Date: Mon Jul 22 11:05:59 2024 +0200 Merge remote-tracking branch 'origin/master' into ADG-8813 commit de0ea6eddf3e409d0caabf4dbcd4e4dcce47c969 Author: Igor Lobanov Date: Thu Jul 18 16:27:00 2024 +0200 changelog fix commit 598e3ce1748a1f5e10ef31bbac002ff2579fb849 Author: Igor Lobanov Date: Thu Jul 18 16:24:16 2024 +0200 fixed changelog commit c4378e31a58a1a291e5933c854a39724e90a720d Author: Igor Lobanov Date: Thu Jul 18 16:18:35 2024 +0200 changelog commit f9608325e869f7fa0798b46e041c30b100df3a3e Author: Igor Lobanov Date: Wed Jul 17 16:12:11 2024 +0200 query log client column style fix --- CHANGELOG.md | 6 ++++++ client/src/helpers/renderFormattedClientCell.tsx | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c248ddd0..f40fb4f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,12 @@ See also the [v0.107.53 GitHub milestone][ms-v0.107.53]. NOTE: Add new changes BELOW THIS COMMENT. --> +### Fixed + +- Text overflow on the query log page ([#7119]). + +[#7119]: https://github.com/AdguardTeam/AdGuardHome/issues/7119 + diff --git a/client/src/helpers/renderFormattedClientCell.tsx b/client/src/helpers/renderFormattedClientCell.tsx index 2478ea6b..8e52a89c 100644 --- a/client/src/helpers/renderFormattedClientCell.tsx +++ b/client/src/helpers/renderFormattedClientCell.tsx @@ -66,7 +66,7 @@ export const renderFormattedClientCell = (value: any, info: any, isDetailed = fa } return ( -
+
{nameContainer} {whoisContainer}