mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-12 13:48:35 +02:00
hide chips when lt 960
This commit is contained in:
parent
ea840ede41
commit
8815a06454
@ -59,3 +59,9 @@
|
||||
.topListItem2 {
|
||||
flex: 2;
|
||||
}
|
||||
|
||||
@media (max-width: 960px) {
|
||||
.iconListItemChip {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user