Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It actually makes sense for laying out UI elements. Unfortunately there is no horizontal collapse.


Just in case, in my Sciter horizontal margins do collapse in horizontal flows:

   container {
     flow: horizontal; /* single row */
   }

   container > child {
     margin:1em; /* will collapse */
   }
See: https://docs.sciter.com/docs/CSS/flows-and-flexes#flowhorizo...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: