Add allowList tab

This commit is contained in:
yflory
2020-02-18 16:10:39 +01:00
parent 0a45d48710
commit 3647d583f8
5 changed files with 325 additions and 10 deletions

View File

@@ -121,9 +121,6 @@
}
}
&.list {
.cp-usergrid-grid {
display: block;
}
.cp-usergrid-user {
width: auto;
max-width: calc(100% - 6px);
@@ -131,6 +128,7 @@
white-space: nowrap;
text-overflow: ellipsis;
display: inline-flex;
flex: unset;
}
}
}