appuniversum / ember-appuniversum

Ember addon wrapping the appuniversum components.
https://appuniversum.github.io/ember-appuniversum
MIT License
14 stars 11 forks source link

`AuContent` doesn't style `<ol>` elements and tables #504

Closed Windvis closed 3 months ago

Windvis commented 3 months ago

AuContent already provides styles for <ul> elements, but it doesn't for <ol>.

The lists are just unstyled, which is confusing.

A similar problem exists for tables. We should use the AuTable styles as a base for this.