Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions task-requests/details/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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,
Expand All @@ -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;
Expand Down