Frontmatter
| id | 3983 |
| title | form.field.Text: set the input tag width to 100% |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Feb 3, 2023, 2:19 PM |
| updatedAt | Feb 3, 2023, 2:19 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3983 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 3, 2023, 2:19 PM |
We ran into some issues where TextFields broke grid columns defined via
grid-template-columns: repeat(10, 1fr);.The input itself did not have a width, but it broke the columns (a containing column got wider than all others).