]> git.mjollnir.org Git - moodle.git/commitdiff
Make sure buttons don't wrap
authormoodler <moodler>
Sun, 24 Sep 2006 06:54:52 +0000 (06:54 +0000)
committermoodler <moodler>
Sun, 24 Sep 2006 06:54:52 +0000 (06:54 +0000)
admin/roles/manage.php

index 5ad8c94e2a4dcff28a6272ca274ddd5627057058..7901002ae607a710435025a353bc0612f59ef240 100755 (executable)
 
         $table->tablealign = 'center';
         $table->align = array('right', 'left', 'left', 'left');
-        $table->wrap = array('nowrap', '', 'nowrap');
+        $table->wrap = array('nowrap', '', 'nowrap','nowrap');
         $table->cellpadding = 5;
         $table->cellspacing = 0;
         $table->width = '90%';