-
Notifications
You must be signed in to change notification settings - Fork 896
feat: show tags for psk provisioners #14628
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
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.
Looks like a pretty straightforward refactor to me. Approving
padding: "12px 18px", | ||
width: 310, | ||
padding: "14px 18px", | ||
width: 375, |
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.
Could the width
be swapped out for flex-basis
?
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 kinda don't want them to grow tho, and disrupt the "grid"
Closes #14441