thombruce / toodles

✅ A super simple todo app
https://toodles.thombruce.com/
GNU General Public License v3.0
0 stars 0 forks source link

[Bug]: List items show bullet-points on Electron Windows #122

Closed thombruce closed 1 month ago

thombruce commented 1 month ago

What happened?

Actually, I suspect I know why.

In order to suppress warnings about not using NuxtLayout, I elected to start using NuxtLayout(name="default"). I am not sure if I've tested the application in my Linux dev environment since... but if this is the culprit, if the default layout makes use of the .prose class, then I should see the bulletpoints there too. Checking now...

We do indeed see them there! Easy fix then.

Version

0.0.1 (Default)

What browsers are you seeing the problem on?

No response

Relevant log output

No response

Code of Conduct

thombruce commented 1 month ago

Fixed by e7d16acbb6fd43d513155d935dc68ceebee87d29

Though this is also a consideration that should bubble over to @thombruce/tnt