Frontmatter
| id | 3917 |
| title | form.field.Text: subLabel styling |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jan 20, 2023, 12:00 PM |
| updatedAt | Jan 20, 2023, 12:17 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3917 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 20, 2023, 12:17 PM |
subLabels are using the default label styling which includes
white-space: nowrap.since these labels use longer text, they should be able to break. i will change this to
white-space: break-lines.