From e4a689c771358d8d3f93128369492edb7cb78983 Mon Sep 17 00:00:00 2001 From: Amit Prakash <34869115+iamitprakash@users.noreply.github.com> Date: Tue, 9 Apr 2024 23:19:35 +0530 Subject: [PATCH] Revert "Fix Modal CSS for images and table in markdown (#739) (#741)" This reverts commit 8ca7256396b7115752550985548b3f1ffd366f6c. --- task-requests/details/style.css | 15 --------------- 1 file changed, 15 deletions(-) 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;