Privacy: Add space below page selector.

Sometimes the submit button wraps to a new line, either because the button label translation is long, or there are long page names. When it wraps, there should be space between the select dropdown and the button.

Props audrasjb, mukesh27, guillaumeturpin.
Fixes .



git-svn-id: https://develop.svn.wordpress.org/trunk@51645 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Kelly Choyce-Dwan 2021-08-19 20:57:24 +00:00
parent 4583801bc6
commit 220a6cc805

@ -1236,11 +1236,14 @@ table.form-table td .updated p {
margin-bottom: 1.3em;
}
.tools-privacy-policy-page input.button,
.tools-privacy-policy-page select {
.tools-privacy-policy-page input.button {
margin: 0 1px 0 6px;
}
.tools-privacy-policy-page select {
margin: 0 1px 0.5em 6px;
}
.tools-privacy-edit {
margin: 1.5em 0;
}