Remove extra comments

This commit is contained in:
Rebecca Hsieh 2024-09-20 10:41:34 -07:00
parent b36bd28978
commit 56a7cf6ac1
No known key found for this signature in database

View file

@ -932,9 +932,9 @@ ul.add-list-reset {
}
.domain-name-wrap {
white-space: normal; /* Allows wrapping */
word-wrap: break-word; /* Ensures that long words or URLs will break and wrap */
overflow: visible; /* Ensures no truncation */
word-break: break-all; /* Breaks words at any point if needed */
max-width: 100%; /* Adjust as necessary to limit the width */
white-space: normal;
word-wrap: break-word;
overflow: visible;
word-break: break-all;
max-width: 100%;
}