Skip to content

Commit

Permalink
made value field proportionally wider
Browse files Browse the repository at this point in the history
  • Loading branch information
benapetr committed Jun 18, 2020
1 parent da090d1 commit d42505d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/tab_edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ public static function GetInsertForm($parent, $edit_mode = false, $default_key =
$form->Method = FormMethod::Post;
$layout = new HtmlTable($form);
$layout->BorderSize = 0;
$layout->ColWidth[4] = '40%';
$layout->Headers = [ "Record", "Zone", "TTL", "Type", "Value" ];
if ($g_audit)
$layout->Headers[] = 'Comment';
Expand Down

0 comments on commit d42505d

Please sign in to comment.