Fix css
This commit is contained in:
parent
69db6e6aa7
commit
29974a5fbf
@ -495,7 +495,7 @@ if (is_array($blocks))
|
||||
print '<td'.(preg_match('/<a/', $object_link) ? ' class="nowrap"' : '').'><!-- object_link -->'.$object_link.'</td>';
|
||||
|
||||
// Amount
|
||||
print '<td class="right">'.price($block->amounts).'</td>';
|
||||
print '<td class="right nowraponall">'.price($block->amounts).'</td>';
|
||||
|
||||
// Details link
|
||||
print '<td align="center"><a href="#" data-blockid="'.$block->id.'" rel="show-info">'.img_info($langs->trans('ShowDetails')).'</a></td>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user