Use line clamp to restrict to 5 lines & move the remove button to the same height as the org name

This commit is contained in:
2022-03-08 13:38:11 +00:00
parent 45a4591f73
commit 2077d1723c
2 changed files with 5 additions and 6 deletions

View File

@@ -21,11 +21,10 @@
}
.user-organisation-description {
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
overflow: hidden;
width: 100%;
display: inline-block;
white-space: nowrap;
margin-top: 0.5em;
}