telerik / docs-seed

Telerik Documentation Infrastructure
https://docs.telerik.com
Apache License 2.0
7 stars 21 forks source link

List item spacing is too small in blockquote #226

Open dimodi opened 2 years ago

dimodi commented 2 years ago

Describe the bug

List items have too little space in-between, when they are inside a blockquote (note block). This is due to small line-height

To Reproduce

https://docs.telerik.com/blazor-ui/components/upload/overview#security

Expected behavior

List items inside and outside blockquote should have similar or at least adequate spacing.

Additional context

Some people add empty lines between list items (no matter where the list is) like this:

* foo

* bar

This adds <p> inside the <li> and increases the spacing a bit. Maybe we should ask the designers which spacing is correct and then unify the CSS for both scenarios for consistency. We should not control styling with additional markup and I would suggest that we promote consistent coding approach.