lucamug

Results 35 comments of lucamug

Adding `.s.c > .s {flex-basis: auto}` seems reverting the regression. Examples: Without the fix: https://ellie-app.com/b4VS3nd8ZRJa1 With the fix: https://ellie-app.com/f2vxN4rG9sPa1

This is a better example: https://ellie-app.com/8z77CXZD425a1

This issue seems fixed now (ver.8.1.0). This function works well: ``` centeredCell : Int -> Element msg -> Element msg centeredCell max content = el [ width (maximum max fill)...

Adding some extra example: https://ellie-app.com/bkKRHXXcpa1/0 I tried to use width with percentage (the same as Bulma), the problem is that the width, in SE, does not include the spacing. This...

Google Chrome is sending this message in the console if the `form` element is not there: ``` [DOM] Password field is not contained in a form: (More info: https://goo.gl/9p2vKq) ```