We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents deef96b + b43c524 commit 4ac918dCopy full SHA for 4ac918d
1 file changed
src/components/CircleDetails.vue
@@ -486,6 +486,7 @@ export default {
486
487
.circle-details-section {
488
margin-bottom: 2rem;
489
+ max-width: 500px;
490
491
.member-section-layout {
492
display: inline-block;
@@ -514,6 +515,8 @@ export default {
514
515
display: flex;
516
flex-direction: column;
517
gap: 2px;
518
+ max-height: 300px;
519
+ overflow-y: auto;
520
521
// Remove left padding added in ListItem (external component)
522
:deep(.list-item__wrapper) {
0 commit comments