Skip to content
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

Merged
merged 5 commits into from
Jan 14, 2025

Conversation

eddherrera
Copy link
Collaborator

…oks misaligned when chosen Acquisition Team is and organization with more than 1 individual contact attach to it

…oks misaligned when chosen Acquisition Team is and organization with more than 1 individual contact attach to it
@eddherrera eddherrera added the bug Something isn't working label Jan 13, 2025
@eddherrera eddherrera requested a review from asanchezr January 13, 2025 20:33
@eddherrera eddherrera self-assigned this Jan 13, 2025
Copy link
Contributor

See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/4591

Comment on lines 45 to 52
span {
display: contents;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
Copy link
Collaborator

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:

Copy link
Collaborator Author

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.

Copy link
Collaborator

@asanchezr asanchezr left a 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

Copy link
Contributor

See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/4591

Copy link
Contributor

See CodeCov Report Here: https://app.codecov.io/github/bcgov/psp/pull/4591

@eddherrera eddherrera merged commit 348b4c0 into bcgov:dev Jan 14, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants