FormBuilder: add d-flex to footer
This commit is contained in:
parent
3ed75822a1
commit
e66280e07a
@ -242,7 +242,7 @@ ITEMBOTTOM;
|
||||
HTMLBOTTOM;
|
||||
|
||||
if (!empty($this->buttons)) {
|
||||
$html .= "\n <div class=\"card-footer\">";
|
||||
$html .= "\n <div class=\"card-footer d-flex\">";
|
||||
foreach ($this->buttons as $btn) {
|
||||
$btnhtml = "";
|
||||
$inner = "<i class=\"$btn[icon]\"></i> $btn[text]";
|
||||
|
Loading…
x
Reference in New Issue
Block a user