mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-31 00:16:47 +01:00
hide chips when lt 960
This commit is contained in:
parent
ea840ede41
commit
8815a06454
@ -58,4 +58,10 @@
|
|||||||
|
|
||||||
.topListItem2 {
|
.topListItem2 {
|
||||||
flex: 2;
|
flex: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 960px) {
|
||||||
|
.iconListItemChip {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user