UX: Update group assigned user dropdown styling for mobile

This commit is contained in:
David Taylor 2020-08-13 01:58:46 +01:00
parent 4091211198
commit 18284b9a2e
No known key found for this signature in database
GPG Key ID: 46904C18B1D3F434
1 changed files with 17 additions and 0 deletions

View File

@ -44,3 +44,20 @@
height: 1em;
}
}
.group-assignments {
min-width: unset;
li > a {
.assign-names,
.assign-count {
font-size: $font-0;
}
.assign-image,
.assign-name {
display: none;
}
.assign-username {
font-weight: normal;
}
}
}