File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -494,6 +494,8 @@ table tr td {
494
494
text-align : left;
495
495
text-wrap : wrap;
496
496
word-break : break-word;
497
+ border : lightgray dotted;
498
+ padding : 0.5rem ;
497
499
}
498
500
499
501
.requestor_description_details h1 {
@@ -504,6 +506,7 @@ table tr td {
504
506
.requestor_description_details table td {
505
507
border : 1px solid gray;
506
508
padding : 0.5rem ;
509
+ white-space : nowrap;
507
510
}
508
511
509
512
.requestor_description_details code ,
@@ -512,6 +515,18 @@ table tr td {
512
515
white-space : normal;
513
516
}
514
517
518
+ .requestor_description_details img {
519
+ width : 100% ;
520
+ }
521
+
522
+ .requestor_description_details table {
523
+ display : block;
524
+ width : 100% ;
525
+ width : max-content;
526
+ max-width : 100% ;
527
+ overflow : auto;
528
+ }
529
+
515
530
.requestor_details_modal_close {
516
531
color : var (--color-gray-shade );
517
532
float : right;
You can’t perform that action at this time.
0 commit comments