lollms-webui
lollms-webui copied to clipboard
Incorrect display of numbered lists in the UI.
When the model generates steps to pursue to achieve a goal (often when asking it about a methodology to achieve some goal), it tends to number them during the generation process, which is very clean. What happens in the UI is that the number appears first alone, and then immediately disappears with the line being replaced by the content of the step. Eventually, we end up with what should be a numbered list without any number.
I am not competent at all in UI design and lack the knowledge to fix this bug. However, I noticed that if I am playing with the dev tools of the page, I can make the number appear by increasing the padding of the
- marker within the list-style. For some reason, it is set to 0 (as well as margin), but setting it to any positive value makes the number appear.
Before
After
Hi, I am aware of this prolem. I didn't have time to dix it. I'll add this to my todolist. Thanks