-
Notifications
You must be signed in to change notification settings - Fork 0
[IOPAE-1179] Service name and status chip fix #899
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
base: master
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: a2d98af The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Please add a changeset in order to candidate this change for future release |
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 have seen the changes and I notice that to avoid wrapping text you have set fixed dimensions in pixels.
While I wait to do some tests myself, how does the table behave at different resolutions?
Can you share screenshots at various resolutions or alternatively a video that starts from very small width resolutions (e.g. 600/800 pixels) up to very large screens?
@giuseppedipinto The question could be diveded in 2 topics: First keep the service name on one line (with the noWrap)makes the colum lose the resize feature, so under a certain window size the table starts a horizontal scroll behaviour. Second the fixed size is to make the ellipsis appear. with an auto width or in percentual the ellipsis doesn't appear. it needs to be wrapped in a fixed size component or with a size expressed in vw for example. reaize.services.mp4 |
|
List of Changes
Fixed the two lines status chips and service name
Motivation and Context
QA ticket
How Has This Been Tested?
Local
dev
mode withmsw
mocksScreenshots (if appropriate):
reaize.services.mp4
Checklist: