mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-20 11:29:25 +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 {
|
||||
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%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue