jdan / 98.css

A design system for building faithful recreations of old UIs
https://jdan.github.io/98.css
MIT License
9.17k stars 301 forks source link

Problem with tree view. #65

Closed bitwit42 closed 4 years ago

bitwit42 commented 4 years ago

I have a trree view in a field-row. Found that the first

  • -item was ok but the rest had space in front after the binding line. I think they inherited margin-left from the field-row.

    So I added

    ul.tree-view ul, ul.tree-view li { margin-top: 3px; margin-left: 0px; }

    to the 98.css

    Since I'm no css guru, I'm not shure this is the right solution, but it solved my problem.

  • jdan commented 4 years ago

    :) thanks for reporting! addressed in 0a32dd3. I'll push out a new release.