Skip to content

Commit f51c8d2

Browse files
authored
Merge pull request #743 from Real-Dev-Squad/develop
sync : dev to main
2 parents 8ca7256 + 784d4d2 commit f51c8d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

task-requests/details/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,9 @@ table tr td {
496496
word-break: break-word;
497497
border: lightgray dotted;
498498
padding: 0.5rem;
499+
500+
margin-left: -0.65rem;
501+
499502
}
500503

501504
.requestor_description_details h1 {
@@ -521,7 +524,7 @@ table tr td {
521524

522525
.requestor_description_details table {
523526
display: block;
524-
width: 100%;
527+
525528
width: max-content;
526529
max-width: 100%;
527530
overflow: auto;

0 commit comments

Comments
 (0)