-
Notifications
You must be signed in to change notification settings - Fork 338
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
Create override classes for text alignment #1824
Comments
Was going to pick this up but have a couple of questions on the language used. Will poll other devs for thoughts.
|
Worth noting that it looks like Bootstrap use logical properties in their class names ( |
As discussed in dev time earlier, we will go with
since |
What
Re: @edwardhorsford's comment, it would be useful to have override classes for aligning text and table cell content to left, right and middle.
These classes would respectively set
text-align
toleft
,right
andcenter
. The naming is inline with thedisplay
classes which are.govuk-!-display-block
,.govuk-!-inline
etc.Why
This is a very common and generic requirement and utility classes like this exist in other popular frameworks like Bootstrap.
Who needs to know about this
Devs, Stephen
Done when
The text was updated successfully, but these errors were encountered: