-
Notifications
You must be signed in to change notification settings - Fork 334
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
Allow vertical alignment for ui.inline #1535
Comments
Is anyone doing this issue? If not, I could work on it. |
You can take it @NevilleMthw! |
Hi @mturoci, is there a separate |
The changes need to be done in |
This issue is up for grabs again. |
I’m working with @sherrychen2, @monal20, and @kitty3190 on a PR for this issue (and also #1645, #495, and #372) as part of a Software Engineering class assignment. |
Hi, my team would like to work on this issue if it is still available. |
via @azim-b
Add
align
attr toui.inline
to allow for vertical alignment. Currently, we center everything by default, which does not suit every case, e.g. displaying 2 choice groups side by side with different choice counts:Implementation notes
align
prop toInline
interface with all the possible values that flexbox offers for vertical alignment.The text was updated successfully, but these errors were encountered: