mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-20 19:39:23 +02:00
Remove extra comments
This commit is contained in:
parent
b36bd28978
commit
56a7cf6ac1
1 changed files with 5 additions and 5 deletions
|
@ -932,9 +932,9 @@ ul.add-list-reset {
|
||||||
}
|
}
|
||||||
|
|
||||||
.domain-name-wrap {
|
.domain-name-wrap {
|
||||||
white-space: normal; /* Allows wrapping */
|
white-space: normal;
|
||||||
word-wrap: break-word; /* Ensures that long words or URLs will break and wrap */
|
word-wrap: break-word;
|
||||||
overflow: visible; /* Ensures no truncation */
|
overflow: visible;
|
||||||
word-break: break-all; /* Breaks words at any point if needed */
|
word-break: break-all;
|
||||||
max-width: 100%; /* Adjust as necessary to limit the width */
|
max-width: 100%;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue