Upgrade/Install: Correct the alignment of error messages for the language installer.

This makes the CSS selector used to right align certain form related elements more specific. This prevents any error messages from being right aligned.

Props sabernhardt, audrasjb.
Fixes #52989.

git-svn-id: https://develop.svn.wordpress.org/trunk@50712 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2021-04-14 14:09:31 +00:00
parent 83b4b89c5a
commit d60ad57e47

View File

@@ -324,7 +324,7 @@ body.language-chooser {
color: #0a4b78;
}
.language-chooser p {
.language-chooser .step {
text-align: right;
}