fix: [genericElements:indexTable] Enforce actions button to be inline

pull/59/head
mokaddem 2021-06-12 12:01:03 +02:00
parent 835dbd88c8
commit edc23d8b71
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
* - function($row, $options): the lambda function. $row contain the row data
* - options: array of options. datapaths described in the datapath keyname will be extracted and replaced with the actual row value
*/
echo '<td class="action-links text-right">';
echo '<td class="action-links text-right text-nowrap">';
foreach ($actions as $action) {
if (isset($action['requirement']) && !$action['requirement']) {
continue;