-
Notifications
You must be signed in to change notification settings - Fork 406
RI-7554 Rework the actions button on the browser page #4994
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
Code Coverage - Frontend unit tests
Test suite run success5157 tests passing in 677 suites. Report generated by 🧪jest coverage report action from 83e52f6 |
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 reverts commit 3f47e1c.
- vertically center the items between each other - align the action buttons with the navigation re #RI-7554
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.
lgtm
grow={false} | ||
justify="center" | ||
style={{ paddingTop: '20px' }} | ||
style={{ paddingTop: '16px' }} |
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 bugging me, but I guess it should be fixed in dedicated ticket
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.
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 mean the inline style is bugging me, not the value :)
Description
Rework the visuals of the actions button on the Browser page.