Added organisations to users page

This commit is contained in:
2022-03-08 13:13:20 +00:00
parent 012b633eaf
commit 45a4591f73
5 changed files with 125 additions and 1 deletions

View File

@@ -16,6 +16,20 @@
text-overflow: ellipsis;
overflow: hidden;
width: 100%;
displaY: inline-block;
display: inline-block;
white-space: nowrap;
}
.user-organisation-description {
text-overflow: ellipsis;
overflow: hidden;
width: 100%;
display: inline-block;
white-space: nowrap;
margin-top: 0.5em;
}
hr.row-divider {
margin-top: 0.3em;
width: 80%;
}