platypicker 1.0.13 → 1.0.14

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": "platypicker",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "src/platypicker.js",
@@ -95,7 +95,7 @@
95
95
  .dropdown-item {
96
96
  display: flex;
97
97
  align-items: center;
98
-
98
+ gap: .25rem;
99
99
 
100
100
  &.active, &:active {
101
101
  color: initial;
@@ -108,7 +108,7 @@
108
108
  width: .25rem;
109
109
  background: var(--bs-primary);
110
110
  margin-left: -1.5rem;
111
- margin-right: 1.25rem;
111
+ margin-right: 1rem;
112
112
  border-radius: 50rem;
113
113
  }
114
114