v-eris 1.0.271 → 1.0.281

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": "v-eris",
3
- "version": "1.0.271",
3
+ "version": "1.0.281",
4
4
  "description": "",
5
5
  "bootstrapVersion": 3,
6
6
  "styleLoaders": [],
@@ -27,6 +27,7 @@
27
27
  padding: 4px 4px;
28
28
  background: #ffffff;
29
29
  width: 100%;
30
+ overflow-x: clip;
30
31
  overflow-y: auto;
31
32
  box-sizing: border-box;
32
33
  box-shadow: 0px 14px 20px -14px #0000005c;
@@ -121,6 +121,7 @@
121
121
  }
122
122
  .autocomplete-headerless .autocomplete-item{
123
123
  flex-grow: 1;
124
+ flex-shrink: 1;
124
125
  display: flex;
125
126
  // justify-content: space-between;
126
127
  }