@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
|
@@ -124,12 +124,12 @@
|
|
|
124
124
|
display: table;
|
|
125
125
|
clear: both;
|
|
126
126
|
}
|
|
127
|
-
// If more than
|
|
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+
|
|
132
|
-
.asd20-messaging li:first-child:nth-last-child(n+
|
|
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;
|