diff --git a/client/src/components/Logs/Cells/DomainCell.js b/client/src/components/Logs/Cells/DomainCell.js index 620d6711..ab511890 100644 --- a/client/src/components/Logs/Cells/DomainCell.js +++ b/client/src/components/Logs/Cells/DomainCell.js @@ -147,11 +147,11 @@ const DomainCell = ({ />
{unicodeName ? ( -
+
{unicodeName}
) : ( -
+
{domain}
)} diff --git a/client/src/components/Logs/Cells/IconTooltip.css b/client/src/components/Logs/Cells/IconTooltip.css index ff3f4926..8a84182a 100644 --- a/client/src/components/Logs/Cells/IconTooltip.css +++ b/client/src/components/Logs/Cells/IconTooltip.css @@ -19,6 +19,13 @@ overflow-wrap: break-word; } +@media (max-width: 991.98px) { + .overflow-break-mobile { + white-space: normal !important; + overflow-wrap: break-word; + } +} + .grid { display: grid; grid-template-columns: repeat(2, min-content);