Add a space between the icon and the text

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2015-01-27 14:51:39 +05:30
parent df386c0139
commit 8b2a516070

View File

@ -1695,6 +1695,7 @@ function PMA_getHtmlForAddColumn($columns_list)
'b_insrow.png',
__('Add column')
);
$html_output .= '&nbsp;';
}
$num_fields = '<input type="number" name="num_fields" '
. 'value="1" onfocus="this.select()" '