Laurent Destailleur 2 anos atrás
pai
commit
d97a891f6c
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      htdocs/bookmarks/list.php

+ 2 - 2
htdocs/bookmarks/list.php

@@ -408,7 +408,7 @@ while ($i < $imaxinloop) {
 		print "</td>\n";
 
 		// Target
-		print '<td class="center">';
+		print '<td class="tdoverflowmax100 center">';
 		if ($obj->target == 0) {
 			print $langs->trans("BookmarkTargetReplaceWindowShort");
 		}
@@ -418,7 +418,7 @@ while ($i < $imaxinloop) {
 		print "</td>\n";
 
 		// Author
-		print '<td class="center">';
+		print '<td class="tdoverflowmax100 center">';
 		if ($obj->fk_user > 0) {
 			if (empty($conf->cache['users'][$obj->fk_user])) {
 				$tmpuser = new User($db);