Show product property description nub on mobile

This commit is contained in:
Maikel Linke
2020-10-08 11:44:19 +11:00
parent a3e83f2f70
commit 23454ba3bf

View File

@@ -161,6 +161,12 @@
border-color: #ccc;
}
}
// Foundation doesn't show the nub on mobile.
// Repeating the style to show it here.
.nub {
border-color: transparent transparent #333333 transparent;
}
}
}
}