diff --git a/task-requests/details/style.css b/task-requests/details/style.css index cf6d3d6b..bf8b8938 100644 --- a/task-requests/details/style.css +++ b/task-requests/details/style.css @@ -494,8 +494,6 @@ table tr td { text-align: left; text-wrap: wrap; word-break: break-word; - border: lightgray dotted; - padding: 0.5rem; } .requestor_description_details h1 { @@ -506,7 +504,6 @@ table tr td { .requestor_description_details table td { border: 1px solid gray; padding: 0.5rem; - white-space: nowrap; } .requestor_description_details code, @@ -515,18 +512,6 @@ table tr td { white-space: normal; } -.requestor_description_details img { - width: 100%; -} - -.requestor_description_details table { - display: block; - width: 100%; - width: max-content; - max-width: 100%; - overflow: auto; -} - .requestor_details_modal_close { color: var(--color-gray-shade); float: right;