diff --git a/wp-admin/css/edit-rtl.css b/wp-admin/css/edit-rtl.css
index fb408b3..6da1ffe 100644
a
|
b
|
span.description, |
981 | 981 | font-style: italic; |
982 | 982 | } |
983 | 983 | |
| 984 | p.description code { |
| 985 | font-style: normal; |
| 986 | } |
| 987 | |
984 | 988 | .form-wrap .form-field { |
985 | 989 | margin: 1em 0; |
986 | 990 | padding: 0; |
diff --git a/wp-admin/css/edit.css b/wp-admin/css/edit.css
index 5f49475..0106445 100644
a
|
b
|
span.description, |
981 | 981 | font-style: italic; |
982 | 982 | } |
983 | 983 | |
| 984 | p.description code { |
| 985 | font-style: normal; |
| 986 | } |
| 987 | |
984 | 988 | .form-wrap .form-field { |
985 | 989 | margin: 1em 0; |
986 | 990 | padding: 0; |