UX: Update group assigned user dropdown styling for mobile
This commit is contained in:
parent
4091211198
commit
18284b9a2e
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue