Wrap long DNS record values

This commit is contained in:
nic
2026-05-20 13:44:22 -04:00
parent 714cf62ca7
commit a502afac70

View File

@@ -7,6 +7,7 @@ const styles = `
max-height: 50rem;
overflow-x: hidden;
overflow-y: auto;
overflow-wrap: anywhere;
}
`;