LRNWebComponents / hax-body

CODE MOVED TO https://github.com/elmsln/lrnwebcomponents PROJECT HOME:
https://haxtheweb.org/
Apache License 2.0
55 stars 7 forks source link

Bullet Lists won't go past halfway #164

Closed rickhumphries closed 6 years ago

rickhumphries commented 6 years ago

As demonstrated here:

http://recordit.co/IB4IxyDWMR/

btopro commented 6 years ago

have you tried this in elmsln or https://github.com/elmsln/haxcms ? that's probably less a HAX issue and more a the silly minor css handling of that site

rickhumphries commented 6 years ago

That was on the demo site: https://haxtheweb.org/components/hax-body/demo/

rickhumphries commented 6 years ago

Issue seems to be coming from max-width CSS on the haxtheweb.org site:

ul li {
    padding-bottom: 1.5em;
    line-height: 1.5;
    color: #424242;
    max-width: 28em;
btopro commented 6 years ago

ha thx