@everchron/ec-shards 0.6.21 → 0.6.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everchron/ec-shards",
3
- "version": "0.6.21",
3
+ "version": "0.6.22",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
@@ -227,11 +227,14 @@
227
227
  }
228
228
 
229
229
  .chained{
230
+ display: inline-flex;
231
+
230
232
  > span{
231
233
  &:after{
232
234
  content: "•";
233
235
  margin: 0 5px;
234
236
  opacity: .7;
237
+ font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", sans-serif, "Apple Color Emoji";
235
238
  }
236
239
 
237
240
  &:last-child:after{