TabbyML / tabby

Self-hosted AI coding assistant
https://tabby.tabbyml.com/
Other
18.28k stars 771 forks source link

chore(ui): search li displaying issue #2526

Closed wwayne closed 3 minutes ago

wwayne commented 5 days ago

What to fix

The list marker appear in the bottom

Screenshot 2024-06-27 19 31 11

Fix

The issue is because inside <li>, somehow it render a content as <p>, after adding style verticalAlign: 'top' on the <p> can solve the issue

Screenshot 2024-06-27 19 36 53

Would it affect other places if adding verticalAlign: 'top' on <p>?

No, my testing examples:

Screenshot 2024-06-27 19 30 16 Screenshot 2024-06-27 19 30 09

The issue seems a edge case

I can only find the issue on current DEMO page. It can't be re-produced on the current main branch with similar response:

Screenshot 2024-06-27 19 35 04