benivo-ui-library 1.7.74 → 1.7.75

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/package.json +1 -1
  2. package/tooltip.less +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "benivo-ui-library",
3
- "version": "1.7.74",
3
+ "version": "1.7.75",
4
4
  "description": "Benivo UI library",
5
5
  "main": "index.js",
6
6
  "license": "MIT",
package/tooltip.less CHANGED
@@ -23,7 +23,7 @@
23
23
 
24
24
  &.tooltip-with-triangle {
25
25
  top: 50%;
26
- padding: @spacer * 1.2;
26
+ padding: @spacer;
27
27
 
28
28
  .tooltip-inner {
29
29
  position: relative;
@@ -118,7 +118,7 @@
118
118
  padding: 0;
119
119
 
120
120
  .tooltip-inner {
121
- padding: 0.375rem;
121
+ padding: @spacer*1.2;
122
122
  background: @tooltip-bg;
123
123
  .border-radius(@border-radius);
124
124
  text-align: center;