Frontmatter
| id | 4231 |
| title | layout.Flexbox: applyChildAttributes() => polish for FF |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Mar 31, 2023, 6:47 PM |
| updatedAt | Mar 31, 2023, 6:50 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4231 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 31, 2023, 6:50 PM |
using
flex: 1creates1 1 0%. chromium handles this in a smart way. unfortunately FF does not render it the same way.i will convert values of 1 into '1 1 auto' to satisfy the different rendering in FF.