Skip to content
Snippets Groups Projects
Commit c8dcade3 authored by Elias Villiger's avatar Elias Villiger
Browse files

Merge branch 'B6646-extraInfoButton-broken' into 'master'

Bug #6646 - Fix broken extraInfoButton for some FEs

See merge request !82
parents 9ee1995b 8e157e5d
No related branches found
No related tags found
1 merge request!82Bug #6646 - Fix broken extraInfoButton for some FEs
Pipeline #873 passed
......@@ -403,7 +403,7 @@ EOF;
EOF;
}
$formElement[FE_TMP_EXTRA_BUTTON_HTML] = Support::wrapTag('<div class="input-group-btn">', $extraButton, true);
$formElement[FE_TMP_EXTRA_BUTTON_HTML] = Support::wrapTag('<div class="input-group-btn" style="font-size: 1em;">', $extraButton, true);
Support::setIfNotSet($formElement, FE_INPUT_EXTRA_BUTTON_INFO);
return $formElement;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment