Align bullet points and list items to the left in reports

Adjusted text alignment for `ul`, `ol`, and `li` elements within the Report component to `text-align: left !important`.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9a264234-c5d7-4dcc-adf3-a954b149b30d
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/9a264234-c5d7-4dcc-adf3-a954b149b30d/6ZMblp5
This commit is contained in:
kimjaehyeon0101
2025-10-14 09:22:55 +00:00
parent aa1b89af23
commit ce5215eea0

View File

@ -356,6 +356,7 @@ export default function Report() {
ul, ol {
margin-bottom: 20px !important;
padding-left: 32px !important;
text-align: left !important;
}
li {
@ -363,6 +364,7 @@ export default function Report() {
line-height: 1.8 !important;
color: #4b5563 !important;
margin-bottom: 10px !important;
text-align: left !important;
}
.highlight {