Skip to content

Commit bc7976e

Browse files
author
Quy
authored
Fix dropdown icon from disappearing (#27164)
1 parent aa2f028 commit bc7976e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/joomla/button/transition-button.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
$attribs = [
6363
'id' => 'transition-select_' . (int) $id,
6464
'list.attr' => [
65-
'class' => 'custom-select custom-select-sm form-control form-control-sm',
65+
'class' => 'custom-select custom-select-sm w-auto',
6666
'onchange' => "Joomla.listItemTask('" . $checkboxName . $this->escape($row ?? '') . "', 'articles.runTransition')"]
6767
];
6868

0 commit comments

Comments
 (0)