-
Notifications
You must be signed in to change notification settings - Fork 29
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
fix(CanvasForm): Improvements over the ParametersField
component
#1489
Conversation
text-overflow: ellipsis; | ||
white-space: nowrap; | ||
|
||
--pf-v5-c-table--cell--PaddingLeft: 0 !important; |
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.
Today is a sad day for the CSS folks, I'm sorry for doing this 😢
cef73df
to
60ebaa1
Compare
ParametersField
component
60ebaa1
to
3ed2df1
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1489 +/- ##
=======================================
Coverage ? 69.11%
Complexity ? 26
=======================================
Files ? 275
Lines ? 7773
Branches ? 1541
=======================================
Hits ? 5372
Misses ? 2350
Partials ? 51 ☔ View full report in Codecov by Sentry. |
Currently, the `PropertiesField` component overflows from the containing `Form`. This commit: * Reduces its padding * Changes the containing `Td` so it can limit the overflow * Extracts the `PropertiesFieldEmpty` state component * Add a few missing tests fix: KaotoIO#1473
3ed2df1
to
8b4e6d4
Compare
Quality Gate passedIssues Measures |
Context
This handles styling topics around the
PropertiesField
.Improvements
Td
so it can limit the overflowfix: #1473