Skip to content

Commit 40a16ee

Browse files
committed
Slightly better fomratting on the table. The core css has .form-table th with no left padding for some reason. Hardcoded some padding inline for now. Also included missing th element.
1 parent 2a338bb commit 40a16ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

admin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ function json_oauth_profile_section( $user ) {
331331
<table class="form-table">
332332
<tbody>
333333
<tr>
334+
<th></th>
334335
<th scope="row"><?php _e( 'Authorized Applications', 'json_oauth' ) ?></th>
335336
<td>
336337
<?php if ( ! empty( $approved ) ): ?>

0 commit comments

Comments
 (0)