We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2f028 commit bc7976eCopy full SHA for bc7976e
layouts/joomla/button/transition-button.php
@@ -62,7 +62,7 @@
62
$attribs = [
63
'id' => 'transition-select_' . (int) $id,
64
'list.attr' => [
65
- 'class' => 'custom-select custom-select-sm form-control form-control-sm',
+ 'class' => 'custom-select custom-select-sm w-auto',
66
'onchange' => "Joomla.listItemTask('" . $checkboxName . $this->escape($row ?? '') . "', 'articles.runTransition')"]
67
];
68
0 commit comments