@anydigital/bricks 0.21.1 → 0.21.2

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/bricks/_util.css CHANGED
@@ -10,6 +10,9 @@
10
10
  /* Workaround for icon to stay with text in links */
11
11
  a.whitespace-nowrap {
12
12
  white-space: nowrap;
13
+ /* Fix for Safari :( why Safari, why? */
14
+ display: inline-block;
15
+
13
16
  span {
14
17
  white-space: normal;
15
18
  }
package/dist/bricks.css CHANGED
@@ -328,6 +328,8 @@ body a,body table {
328
328
 
329
329
  a.whitespace-nowrap {
330
330
  white-space: nowrap;
331
+ /* Fix for Safari :( why Safari, why? */
332
+ display: inline-block;
331
333
  }
332
334
 
333
335
  a.whitespace-nowrap span {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anydigital/bricks",
3
- "version": "0.21.1",
3
+ "version": "0.21.2",
4
4
  "description": "Framework-agnostic CSS utilities and single-file Liquid 'bricks' for modern web development.",
5
5
  "main": "dist/bricks.css",
6
6
  "style": "dist/bricks.css",