瀏覽代碼

use same width as other tables on src/addressbook.php

tokul 20 年之前
父節點
當前提交
7e3f78c091
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions/addressbook.php

+ 1 - 1
functions/addressbook.php

@@ -180,7 +180,7 @@ function abook_create_form($form_url,$name,$title,$button,$defdata=array()) {
                                       'center', $color[0]
                                       )
                             )
-                  , 'center', '', 'width="100%"' ) ."\n";
+                  , 'center', '', 'width="90%"' ) ."\n";
     address_form($name, $button, $defdata);
 }