fix(lightspeed): preserve indentation for lists in chatbot#3083
fix(lightspeed): preserve indentation for lists in chatbot#3083Jdubrick wants to merge 3 commits intoredhat-developer:mainfrom
Conversation
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
Code Review by Qodo
1.
|
Changed Packages
|
Review Summary by QodoPreserve list indentation in chatbot by excluding from CSS reset
WalkthroughsDescription• Exclude list elements (ul, ol) from CSS reset • Preserve indentation for lists in chatbot window • Prevents flattening of list styling and structure Diagramflowchart LR
A["CSS Reset Selector"] -->|"Remove ul, ol"| B["Preserve List Indentation"]
B --> C["Improved Chat Display"]
File Changes1. workspaces/lightspeed/.changeset/plenty-dolphins-sniff.md
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3083 +/- ##
=======================================
Coverage 61.00% 61.00%
=======================================
Files 2069 2069
Lines 64043 64043
Branches 16620 16620
=======================================
Hits 39070 39070
Misses 24801 24801
Partials 172 172
*This pull request uses carry forward flags. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
|



Hey, I just made a Pull Request!
✔️ Checklist
Before

After
