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}