#11571 fix for firefox margin api token span
This commit is contained in:
parent
629f43c8f5
commit
84df4e1195
|
@ -785,7 +785,7 @@ $userManagementTable->data['fields_addSettings'][1] .= html_print_div(
|
||||||
if (isset($CodeQRTable) === true || isset($apiTokenContent) === true) {
|
if (isset($CodeQRTable) === true || isset($apiTokenContent) === true) {
|
||||||
// QR Code and API Token advice.
|
// QR Code and API Token advice.
|
||||||
$titleQr = '<span class="font-title-font">'.__('Contact details (QR)').'</span>';
|
$titleQr = '<span class="font-title-font">'.__('Contact details (QR)').'</span>';
|
||||||
$titleApi = '<br><span class="font-title-font">'.__('API Token credentials').'</span>';
|
$titleApi = '<span class="font-title-font margin-top-10">'.__('API Token credentials').'</span>';
|
||||||
html_print_div(
|
html_print_div(
|
||||||
[
|
[
|
||||||
'id' => 'api_qrcode_display',
|
'id' => 'api_qrcode_display',
|
||||||
|
|
Loading…
Reference in New Issue