@acorex/styles 20.1.12 → 20.1.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.
@@ -23,6 +23,7 @@
23
23
  .ax-overlay-pane {
24
24
  margin: 0.25rem 0;
25
25
  min-width: 10rem;
26
+ width: 100%;
26
27
  height: fit-content;
27
28
  overflow: hidden;
28
29
  border-width: 1px;
@@ -35,7 +36,6 @@
35
36
  border-top-right-radius: var(--ax-comp-drop-down-border-top-right-radius, var(--ax-sys-border-radius));
36
37
  border-bottom-left-radius: var(--ax-comp-drop-down-border-bottom-left-radius, var(--ax-sys-border-radius));
37
38
  border-bottom-right-radius: var(--ax-comp-drop-down-border-bottom-right-radius, var(--ax-sys-border-radius));
38
-
39
39
  @include mixins.media('xs') {
40
40
  margin: 0;
41
41
  }
@@ -171,6 +171,7 @@
171
171
  line-height: inherit;
172
172
  height: 100%;
173
173
  width: 100%;
174
+ max-width: 98%;
174
175
  flex: 1 1 0%;
175
176
  background-color: transparent;
176
177
  font-weight: inherit;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "20.1.12",
3
+ "version": "20.1.14",
4
4
  "main": "index.js",
5
5
  "author": "Ali Safari",
6
6
  "license": "ISC",