Skip to content

Commit c82e703

Browse files
ctlai95karanA-aws
authored andcommitted
fix(amazonq): code block extends beyond margins aws#6253
## Problem Code block extends beyond margins followed by the rest of the document. ## Solution Remove css styles
1 parent 82667fa commit c82e703

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "/review: Code block extends beyond page margins in code issue detail view"
4+
}

packages/core/resources/css/securityIssue.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -586,11 +586,6 @@ pre.error {
586586
}
587587
}
588588

589-
.code-block {
590-
max-width: fit-content;
591-
min-width: 500px;
592-
}
593-
594589
.code-block pre {
595590
border-radius: 3px 3px 0 0;
596591
}

0 commit comments

Comments
 (0)