jsuites 5.7.1 → 5.7.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.
Files changed (2) hide show
  1. package/dist/jsuites.css +1 -3
  2. package/package.json +1 -1
package/dist/jsuites.css CHANGED
@@ -2837,7 +2837,7 @@ div[data-before]:before {
2837
2837
  }
2838
2838
 
2839
2839
  .jtags > div {
2840
- padding: 6px 22px 6px 10px;
2840
+ padding: 3px 22px 3px 10px;
2841
2841
  font-size: 0.9em;
2842
2842
  position: relative;
2843
2843
  border-radius: 1px;
@@ -2854,13 +2854,11 @@ div[data-before]:before {
2854
2854
  .jtags > div::after {
2855
2855
  content: 'x';
2856
2856
  position: absolute;
2857
- top: 7px;
2858
2857
  right: 4px;
2859
2858
  width: 12px;
2860
2859
  height: 12px;
2861
2860
  cursor: pointer;
2862
2861
  font-size: 0.9em;
2863
- line-height: 1em;
2864
2862
  display: none;
2865
2863
  }
2866
2864
 
package/package.json CHANGED
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "main": "dist/jsuites.js",
28
28
  "types": "dist/jsuites.d.ts",
29
- "version": "5.7.1",
29
+ "version": "5.7.2",
30
30
  "bugs": "https://github.com/jsuites/jsuites/issues",
31
31
  "homepage": "https://github.com/jsuites/jsuites",
32
32
  "docs": "https://jsuites.net",