Skip to content

Commit 2488f56

Browse files
authored
[ENG-10869] Project Contributors section content overflows on smaller screen sizes (#966)
- Ticket: https://openscience.atlassian.net/browse/ENG-10869 - Feature flag: n/a ## Summary of Changes 1. Fixed project contributors table overflow in add to collection.
1 parent 99d51f9 commit 2488f56

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/styles/overrides/stepper.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
border: 1px solid var(--grey-2);
2626
border-radius: 0.5rem;
2727

28+
.p-steppanel,
29+
.p-steppanel .p-motion {
30+
grid-template-columns: 100%;
31+
}
32+
2833
.p-steppanel-content {
2934
margin-inline-start: 0;
3035
}

0 commit comments

Comments
 (0)