@transferwise/neptune-css 14.3.29 → 14.3.30

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-css",
3
3
  "description": "Neptune CSS library",
4
- "version": "14.3.29",
4
+ "version": "14.3.30",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -53,5 +53,5 @@
53
53
  "bin": {
54
54
  "neptune-css-upgrade-util": "scripts/neptune-css-upgrader.js"
55
55
  },
56
- "gitHead": "cab9fb64d4b9110a08172905d2dd4c3aa8b81dc1"
56
+ "gitHead": "82fc0bf3f4d358fad9d6d40ccc69202d5c7c7f4e"
57
57
  }
@@ -123,6 +123,10 @@
123
123
  padding: var(--input-group-addon-lg-padding) !important;
124
124
  }
125
125
 
126
+ &--search {
127
+ padding-right: calc(@padding-base-horizontal / 2);
128
+ }
129
+
126
130
  // Nuke default margins from checkboxes and radios to vertically center within.
127
131
  input[type="radio"],
128
132
  input[type="checkbox"] {