-
Notifications
You must be signed in to change notification settings - Fork 234
fix: align elements on the create collection modal COMPASS-5921 #3212
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
Conversation
packages/databases-collections/src/components/collection-fields/time-series-fields.jsx
Outdated
Show resolved
Hide resolved
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.
'button:focus, button:focus-within': { | ||
zIndex: 20 | ||
} |
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.
I'm guessing this is some leafygreen select issue workaround? Might be worth adding a comment here
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.
It was just moved here from the deleted collation-fields.module.less
file.
Description
Checklist
Motivation and Context
Types of changes