From 56a7cf6ac1001f89120154ab2e39d1e64c614b2c Mon Sep 17 00:00:00 2001 From: Rebecca Hsieh Date: Fri, 20 Sep 2024 10:41:34 -0700 Subject: [PATCH] Remove extra comments --- src/registrar/assets/sass/_theme/_admin.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/registrar/assets/sass/_theme/_admin.scss b/src/registrar/assets/sass/_theme/_admin.scss index 346b92389..3e6d0d171 100644 --- a/src/registrar/assets/sass/_theme/_admin.scss +++ b/src/registrar/assets/sass/_theme/_admin.scss @@ -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%; } \ No newline at end of file