fixed visual error

This commit is contained in:
Marcos Alconada 2021-06-21 14:06:29 +00:00 committed by Daniel Rodriguez
parent 595fabb232
commit d6ecce1ce9
2 changed files with 2 additions and 3 deletions

View File

@ -644,14 +644,14 @@ echo '<legend>'.__('Mail configuration').'</legend>';
$table_mail_test->class = 'databox filters';
$table_mail_test->data = [];
$table_mail_test->style[0] = 'font-weight: bold;';
$table_mail_test->style[1] = 'font-weight: bold;display: flex;height: 54px;align-items: center;';
$table_mail_test->style[1] = 'font-weight: bold;display: flex;height: 54px;align-items: center;padding-left: 15px;';
$table_mail_test->data[0][0] = __('Address');
$table_mail_test->data[0][1] = html_print_input_text(
'email_test_address',
'',
'',
40,
35,
100,
true
);

View File

@ -2563,7 +2563,6 @@ select {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
font-size: 10pt;
font-family: inherit;
}