@usssa/component-library 1.0.0-alpha.231 → 1.0.0-alpha.232
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/README.md
CHANGED
package/package.json
CHANGED
|
@@ -165,7 +165,7 @@ const toggleExpansion = () => {
|
|
|
165
165
|
<slot name="footer" />
|
|
166
166
|
</q-expansion-item>
|
|
167
167
|
|
|
168
|
-
<!-- For default expansion
|
|
168
|
+
<!-- For default expansion behavior -->
|
|
169
169
|
<q-expansion-item
|
|
170
170
|
v-bind="$attrs"
|
|
171
171
|
v-else
|
|
@@ -255,7 +255,7 @@ const toggleExpansion = () => {
|
|
|
255
255
|
overflow-wrap: break-word
|
|
256
256
|
|
|
257
257
|
.q-expansion-item__content > :first-child
|
|
258
|
-
padding:
|
|
258
|
+
padding: $xs $ba $ba $ba
|
|
259
259
|
|
|
260
260
|
.q-expansion-item__content > :nth-child(2)
|
|
261
261
|
padding: $ba
|