@patternfly/patternfly 6.0.0-alpha.125 → 6.0.0-alpha.126
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/components/Hint/hint.css
CHANGED
package/components/_index.css
CHANGED
|
@@ -11207,6 +11207,7 @@ select ~ .pf-v6-c-form-control__utilities {
|
|
|
11207
11207
|
grid-row: 1;
|
|
11208
11208
|
grid-column: 2;
|
|
11209
11209
|
grid-auto-flow: column;
|
|
11210
|
+
align-self: start;
|
|
11210
11211
|
margin-inline-start: var(--pf-v6-c-hint__actions--MarginInlineStart);
|
|
11211
11212
|
text-align: end;
|
|
11212
11213
|
}
|
package/package.json
CHANGED
|
@@ -17147,6 +17147,7 @@ select ~ .pf-v6-c-form-control__utilities {
|
|
|
17147
17147
|
grid-row: 1;
|
|
17148
17148
|
grid-column: 2;
|
|
17149
17149
|
grid-auto-flow: column;
|
|
17150
|
+
align-self: start;
|
|
17150
17151
|
margin-inline-start: var(--pf-v6-c-hint__actions--MarginInlineStart);
|
|
17151
17152
|
text-align: end;
|
|
17152
17153
|
}
|
package/patternfly.css
CHANGED
|
@@ -17264,6 +17264,7 @@ select ~ .pf-v6-c-form-control__utilities {
|
|
|
17264
17264
|
grid-row: 1;
|
|
17265
17265
|
grid-column: 2;
|
|
17266
17266
|
grid-auto-flow: column;
|
|
17267
|
+
align-self: start;
|
|
17267
17268
|
margin-inline-start: var(--pf-v6-c-hint__actions--MarginInlineStart);
|
|
17268
17269
|
text-align: end;
|
|
17269
17270
|
}
|