@asd20/ui 3.2.820 → 3.2.821
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
|
@@ -126,10 +126,10 @@
|
|
|
126
126
|
clear: both;
|
|
127
127
|
width: 33%;
|
|
128
128
|
}
|
|
129
|
-
// If more than
|
|
129
|
+
// If more than 20 items are in the list,
|
|
130
130
|
// use flex to spread list across page
|
|
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+20),
|
|
132
|
+
.asd20-messaging li:first-child:nth-last-child(n+20) ~ li {
|
|
133
133
|
// width: clamp(160px, 100vw/12, 100%);
|
|
134
134
|
// padding-right: 1rem;
|
|
135
135
|
// float:left;
|