mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01: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