diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 3dcda7e13d..345955ffa9 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -413,7 +413,7 @@ table .vers, table .name { } #excerpt { - height: 1.8em; + height: 4em; width: 98%; } @@ -681,12 +681,17 @@ table .vers, table .name { margin: 1em; } -#your-profile fieldset input { +#your-profile fieldset input, { width: 100%; font-size: 20px; padding: 2px; } +#your-profile fieldset textarea { + width: 100%; + padding: 2px; +} + #your-profile legend { font-family: Georgia, "Times New Roman", Times, serif; font-size: 22px;