-
Notifications
You must be signed in to change notification settings - Fork 65
feat: Add toolbar input select #1260
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
base: feat/toolbar-epic
Are you sure you want to change the base?
Conversation
Co-authored-by: Garrick Aden-Buie <garrick@adenbuie.com>
…slib into feat/toolbar-container
Co-authored-by: Garrick Aden-Buie <garrick@adenbuie.com>
Co-authored-by: Garrick Aden-Buie <garrick@adenbuie.com>
Co-authored-by: Garrick Aden-Buie <garrick@adenbuie.com>
Co-authored-by: Garrick Aden-Buie <garrick@adenbuie.com>
…slib into feat/toolbar-container
Co-authored-by: Garrick Aden-Buie <garrick@adenbuie.com>
Co-authored-by: Garrick Aden-Buie <garrick@adenbuie.com>
| flex-direction: row; | ||
| align-items: center; | ||
| align-self: stretch; | ||
| min-height: 2.5rem; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is only to match what we currently have in the buttons PR
| .bslib-toolbar { | ||
| display: flex; | ||
| align-items: center; | ||
| gap: 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same with these changes to toolbar.scss for the .bslib-toolbar (Also just to match what's in buttons)
Fixes #1249
Toolbar Input Selects should: