-
Notifications
You must be signed in to change notification settings - Fork 14
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
changing guide button label and layout #851
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #851 +/- ##
=======================================
Coverage 67.72% 67.72%
=======================================
Files 50 50
Lines 4598 4598
=======================================
Hits 3114 3114
Misses 1484 1484
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
src/aiidalab_qe/app/wrapper.py
Outdated
tooltip="Learn how to use the app", | ||
disabled=True, | ||
layout=ipw.Layout(width="50%"), |
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.
The width will depend on the parent container. Since the number of text is fixed, we maybe use an absolute value. e.g, 150px. Please try to determine which value is best.
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!
this PR modifies the description of the guide toggle button