Skip to content

Commit

Permalink
fix(amazonq): code block extends beyond margins #6253
Browse files Browse the repository at this point in the history
## Problem
Code block extends beyond margins followed by the rest of the document.

## Solution
Remove css styles
  • Loading branch information
ctlai95 authored Dec 18, 2024
1 parent ab937e4 commit 08c7a32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "Bug Fix",
"description": "/review: Code block extends beyond page margins in code issue detail view"
}
5 changes: 0 additions & 5 deletions packages/core/resources/css/securityIssue.css
Original file line number Diff line number Diff line change
Expand Up @@ -586,11 +586,6 @@ pre.error {
}
}

.code-block {
max-width: fit-content;
min-width: 500px;
}

.code-block pre {
border-radius: 3px 3px 0 0;
}
Expand Down

0 comments on commit 08c7a32

Please sign in to comment.