set max-height for profile descriptions

This commit is contained in:
SrGooglo 2023-01-12 15:45:32 +00:00
parent dbf62cd673
commit 0fad28b4ec

View File

@ -82,10 +82,19 @@
.description {
margin-top: 20px;
max-height: 295px;
overflow: hidden;
text-overflow: ellipsis;
h3 {
margin: 0;
font-size: 0.9rem;
height: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
}