Skip to content

Commit a54d1fd

Browse files
committed
Applications list styling tweak.
1 parent 40a16ee commit a54d1fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

admin.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,14 +331,14 @@ function json_oauth_profile_section( $user ) {
331331
<table class="form-table">
332332
<tbody>
333333
<tr>
334-
<th></th>
335334
<th scope="row"><?php _e( 'Authorized Applications', 'json_oauth' ) ?></th>
336335
<td>
337336
<?php if ( ! empty( $approved ) ): ?>
338-
<table class="widefat sessions-table">
337+
<table class="widefat">
339338
<thead>
340339
<tr>
341-
<th scope="col"><?php _e( 'Application Name', 'wpsm' ); ?></th>
340+
<th style="padding-left:10px;"><?php _e( 'Application Name', 'wpsm' ); ?></th>
341+
<th></th>
342342
</tr>
343343
</thead>
344344
<tbody>

0 commit comments

Comments
 (0)