1
0
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:
sveisvei 2016-12-13 21:20:37 +01:00
parent ea840ede41
commit 8815a06454

View File

@ -59,3 +59,9 @@
.topListItem2 { .topListItem2 {
flex: 2; flex: 2;
} }
@media (max-width: 960px) {
.iconListItemChip {
display: none;
}
}