Skip to content

Commit 273a6bf

Browse files
authored
Merge pull request #308 from dicnunz/codex/fix-dns-ipv6-wrap
Prevent IPv6 DNS records from being visually truncated
2 parents 714cf62 + a502afa commit 273a6bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/client/components/Results/DnsRecords.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const styles = `
77
max-height: 50rem;
88
overflow-x: hidden;
99
overflow-y: auto;
10+
overflow-wrap: anywhere;
1011
}
1112
`;
1213

0 commit comments

Comments
 (0)