Skip to content

Commit 84d8f30

Browse files
authored
Enhance modal UI to support longer texts in markdown (#729)
Enhance modal CSS Signed-off-by: Tushar Goel <[email protected]>
1 parent da9b204 commit 84d8f30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

task-requests/details/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,9 @@ table tr td {
483483
border-radius: 1rem;
484484
text-wrap: wrap;
485485
word-break: break-word;
486+
height: 50%;
487+
width: 50%;
488+
overflow: auto;
486489
}
487490

488491
.requestor_description_details {

0 commit comments

Comments
 (0)