srcdev-nuxt-components 9.1.54 → 9.1.55
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.
|
@@ -105,6 +105,11 @@ const { headingId, ariaLabelledby } = useAriaLabelledById(props.tag);
|
|
|
105
105
|
grid-column: inset-content;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
+
/* Nested page-rows: no additional viewport gutter — the outermost page-row already handles edge padding */
|
|
109
|
+
.page-row > .page-row {
|
|
110
|
+
--_minimum-content-padding: var(--page-row-minimum-content-padding, 0px);
|
|
111
|
+
}
|
|
112
|
+
|
|
108
113
|
/* Nested page-rows: symmetric placement by variant class */
|
|
109
114
|
.page-row > .page-row {
|
|
110
115
|
&.full {
|