-
Notifications
You must be signed in to change notification settings - Fork 32
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
Limits monitor layout issues #640
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #640 +/- ##
==========================================
+ Coverage 74.48% 74.53% +0.04%
==========================================
Files 462 462
Lines 28669 28668 -1
Branches 588 588
==========================================
+ Hits 21354 21367 +13
+ Misses 7221 7209 -12
+ Partials 94 92 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
This reverts commit 80cc71e.
['WIDTH', '520px'], // Total of three subwidgets | ||
['0', 'WIDTH', '180px'], | ||
['1', 'WIDTH', '180px'], | ||
['2', 'WIDTH', '160px'], | ||
['__SCREEN__', this], |
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.
Explicitly setting the WIDTH of the overall widget prevents the weird line wrapping
:parameters="parameters" | ||
:settings="[...settings]" | ||
:widget-index="1" | ||
/> |
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 rule is that any composition widget must set the widget-index.
No description provided.