Frontmatter
| id | 3921 |
| title | form.field.Text: width: 140px is too restrictive |
| state | Closed |
| labels | bug |
| assignees | tobiu |
| createdAt | Jan 20, 2023, 12:34 PM |
| updatedAt | Jan 20, 2023, 12:35 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3921 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 20, 2023, 12:35 PM |
inside flex or grid layouts, this prevents fields to span the fully available width.
we should use
min-width: 50pxinstead.