@patternfly/patternfly 4.165.1 → 4.165.2
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
package/patternfly-no-reset.css
CHANGED
|
@@ -15346,6 +15346,7 @@ ul.pf-c-list {
|
|
|
15346
15346
|
}
|
|
15347
15347
|
|
|
15348
15348
|
.pf-c-login__main {
|
|
15349
|
+
align-self: start;
|
|
15349
15350
|
margin-bottom: var(--pf-c-login__main--MarginBottom);
|
|
15350
15351
|
background-color: var(--pf-c-login__main--BackgroundColor);
|
|
15351
15352
|
grid-area: main;
|
package/patternfly.css
CHANGED
|
@@ -15468,6 +15468,7 @@ ul.pf-c-list {
|
|
|
15468
15468
|
}
|
|
15469
15469
|
|
|
15470
15470
|
.pf-c-login__main {
|
|
15471
|
+
align-self: start;
|
|
15471
15472
|
margin-bottom: var(--pf-c-login__main--MarginBottom);
|
|
15472
15473
|
background-color: var(--pf-c-login__main--BackgroundColor);
|
|
15473
15474
|
grid-area: main;
|