diff --git a/Repositories/Misc/cgi/users/home_local b/Repositories/Misc/cgi/users/home_local index b7214e5..9c0ca36 100755 --- a/Repositories/Misc/cgi/users/home_local +++ b/Repositories/Misc/cgi/users/home_local @@ -265,7 +265,7 @@ $page->appendChild( $session->html_phrase( "cgi/users/home:workspace" ) ); -$table = $session->make_element("table",style=>"padding-bottom:1.5em;"); +$table = $session->make_element("table",style=>"padding-bottom:1.5em;",width=>"100%"); $tr = $session->make_element("tr"); $table->appendChild( $tr ); $page->appendChild( $table );