fix: admin/circle administration

This commit is contained in:
Jean-Baptiste Pasquier
2021-01-26 15:29:57 +01:00
parent 3287257eb0
commit eb31b5b9d9
8 changed files with 166 additions and 88 deletions

View File

@ -30,6 +30,10 @@ main#content {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
&.admin-name-ellipsis {
display: inline-block;
width: 75%;
}
}