-
Notifications
You must be signed in to change notification settings - Fork 24
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
PSP-9794 : Acquisition Files - Team Members: Select contact button lo… #4591
Conversation
…oks misaligned when chosen Acquisition Team is and organization with more than 1 individual contact attach to it
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/4591 |
span { | ||
display: contents; | ||
text-overflow: ellipsis; | ||
overflow: hidden; | ||
display: -webkit-box; | ||
-webkit-line-clamp: 2; | ||
line-clamp: 2; | ||
-webkit-box-orient: vertical; |
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.
did we check this styling? a couple things I see:
- there are 2 declarations of
"display: contents"
and"display: -webkit-box"
- seems odd -webkit-box-orient: vertical
is deprecated and should not be used. According to https://developer.mozilla.org/en-US/docs/Web/CSS/box-orient
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.
Updated, also I don't believe box-orient and webkit-box-orient are the same.
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.
Please see comments regarding deprecated CSS rules
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/4591 |
See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/4591 |
…oks misaligned when chosen Acquisition Team is and organization with more than 1 individual contact attach to it