Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capitalize Filter Form Labels #16212

Conversation

danner26
Copy link
Member

Fixes: #16104

Adds text-transform: capitalize; to the col-form-label so that all filter form labels are capitalized. This will also help with capitalization for addition tables as well (i.e. adding a device).

@jeremystretch
Copy link
Member

We don't do this in CSS because there are corner cases where we might want to preserve lowercase lettering. For example, consider a field named "eBGP peer."

@danner26
Copy link
Member Author

Fair enough, okay I will revert this and start manually updating the labels

@danner26 danner26 closed this May 21, 2024
@danner26 danner26 force-pushed the 16104-capitalize-multiword-filters branch from f29ec7b to 233b902 Compare May 21, 2024 14:34
@danner26 danner26 deleted the 16104-capitalize-multiword-filters branch May 21, 2024 14:35
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ensure Consistency In Multi Word Filters
2 participants