@asd20/ui 3.2.487 → 3.2.488
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
|
@@ -128,8 +128,8 @@
|
|
|
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+
|
|
132
|
-
.asd20-messaging li:first-child:nth-last-child(n+
|
|
131
|
+
.asd20-messaging li:first-child:nth-last-child(n+35),
|
|
132
|
+
.asd20-messaging li:first-child:nth-last-child(n+35) ~ li {
|
|
133
133
|
width: clamp(160px, 100vw/12, 100%);
|
|
134
134
|
padding-right: 1rem;
|
|
135
135
|
float:left;
|