X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=inventory%2Fmanage%2Fitems.php;h=af08d0275b2f7023212b3fe0309ad4dbf04adc57;hb=431531eebf3ba494002cfbf7ea36f9e82d4975c0;hp=78ca9f2b34378a79175738a18409c486a07dbe12;hpb=57ab7b19733486db1572c646c4ff0a58c260ddd2;p=fa-stable.git diff --git a/inventory/manage/items.php b/inventory/manage/items.php index 78ca9f2b..af08d027 100644 --- a/inventory/manage/items.php +++ b/inventory/manage/items.php @@ -292,7 +292,7 @@ else text_row(_("Name:"), 'description', null, 52, 50); -textarea_row(_('Description:'), 'long_description', null, 50, 3); +textarea_row(_('Description:'), 'long_description', null, 45, 3); end_table(); start_table("$table_style2 width=40%");