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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user