-
Notifications
You must be signed in to change notification settings - Fork 919
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
[Workspace]fix the UI of menu content picker #8138
[Workspace]fix the UI of menu content picker #8138
Conversation
Signed-off-by: Qxisylolo <[email protected]>
@Hailong-am Hi, thanks for the spotting the error, the issue is solved, please check the screenshot |
Signed-off-by: Qxisylolo <[email protected]>
0a09503
to
1ad2dc4
Compare
Signed-off-by: Qxisylolo <[email protected]>
4d4a7cd
to
7fa9d13
Compare
className="eui-fullHeight" | ||
hasShadow={false} | ||
paddingSize="none" | ||
style={{ width: '280px' }} |
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.
should we consider a stylesheet? vs inline styles?
@AMoo-Miki @virajsanghvi @zhongnansu is this the proper setting for look and feel?
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8138 +/- ##
==========================================
+ Coverage 60.58% 60.74% +0.15%
==========================================
Files 3738 3739 +1
Lines 88670 88753 +83
Branches 13782 13811 +29
==========================================
+ Hits 53725 53916 +191
+ Misses 31661 31517 -144
- Partials 3284 3320 +36
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
close as changes are included in #8364 |
Description
This pr fixes the UI of menu content picker according to feedback
Screenshot
fix: the width will be consistent in non-admin mode
overall appearance
Changelog
Check List
yarn test:jest
yarn test:jest_integration