Skip to content

Commit fc65cbd

Browse files
committed
Set width of left column in Manage/Update repo pages
Fixes #299
1 parent db725f8 commit fc65cbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/pages/repo_manage_page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function convert_to_key_value( $p_array ) {
103103

104104
<table class="table table-bordered table-condensed">
105105
<tr>
106-
<td class="category" width="30%"><?php echo plugin_lang_get( 'name' ) ?></td>
106+
<td class="category" width="35%"><?php echo plugin_lang_get( 'name' ) ?></td>
107107
<td><?php echo string_display( $t_repo->name ) ?></td>
108108
</tr>
109109

Source/pages/repo_update_page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<div class="table-responsive">
5151
<table class="table table-striped table-bordered table-condensed">
5252
<tr>
53-
<td class="category"><?php echo plugin_lang_get( 'name' ) ?></td>
53+
<td class="category" width="35%"><?php echo plugin_lang_get( 'name' ) ?></td>
5454
<td>
5555
<input name="repo_name" type="text" maxlength="128" size="40" value="<?php echo string_attribute( $t_repo->name ) ?>"/>
5656
</td>

0 commit comments

Comments
 (0)