Add a space between the icon and the text
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
parent
df386c0139
commit
8b2a516070
@ -1695,6 +1695,7 @@ function PMA_getHtmlForAddColumn($columns_list)
|
||||
'b_insrow.png',
|
||||
__('Add column')
|
||||
);
|
||||
$html_output .= ' ';
|
||||
}
|
||||
$num_fields = '<input type="number" name="num_fields" '
|
||||
. 'value="1" onfocus="this.select()" '
|
||||
|
||||
Loading…
Reference in New Issue
Block a user