@asd20/ui 3.2.455 → 3.2.456

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.455",
8
+ "version": "3.2.456",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -124,12 +124,12 @@
124
124
  display: table;
125
125
  clear: both;
126
126
  }
127
- // If more than 24 items are in the list,
127
+ // If more than 30 items are in the list,
128
128
  // split into up to 12 columns
129
129
  // with a minimum width of 240px
130
130
  // and ensure at least a 1rem space between columns
131
- .asd20-messaging li:first-child:nth-last-child(n+24),
132
- .asd20-messaging li:first-child:nth-last-child(n+24) ~ li {
131
+ .asd20-messaging li:first-child:nth-last-child(n+30),
132
+ .asd20-messaging li:first-child:nth-last-child(n+30) ~ li {
133
133
  width: clamp(160px, 100vw/12, 100%);
134
134
  padding-right: 1rem;
135
135
  float:left;