Skip to content

Commit e4cb5a6

Browse files
authored
Fix modal CSS (#742)
Signed-off-by: Tushar Goel <[email protected]>
1 parent 76996de commit e4cb5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

task-requests/details/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,7 @@ table tr td {
496496
word-break: break-word;
497497
border: lightgray dotted;
498498
padding: 0.5rem;
499+
margin-left: -0.65rem;
499500
}
500501

501502
.requestor_description_details h1 {
@@ -521,7 +522,6 @@ table tr td {
521522

522523
.requestor_description_details table {
523524
display: block;
524-
width: 100%;
525525
width: max-content;
526526
max-width: 100%;
527527
overflow: auto;

0 commit comments

Comments
 (0)