Skip to content
Snippets Groups Projects
Commit 12af962c authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fix display of overlong names on studygroup participants list, fixes #4489

Closes #4489

Merge request studip/studip!3282
parent d0ae2a4d
No related branches found
No related tags found
No related merge requests found
#course-studygroup-members {
#content h3:first-of-type {
margin-top: 0;
}
}
ul.studygroup-gallery { ul.studygroup-gallery {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 10px;
list-style: none; list-style: none;
padding-left: 15px; padding-left: 0;
li { li {
box-sizing: border-box; box-sizing: border-box;
vertical-align: top; display: inline-blocK;
flex: 0 0 120px;
min-height: 150px;
overflow: hidden;
text-align: center; text-align: center;
margin: 5px; vertical-align: top;
width: 120px; width: 120px;
height: 150px;
max-height: 150px;
overflow: hidden;
display: inline-blocK;
section {
margin: 0 auto;
}
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment