mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-17 13:46:47 +02: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