mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-970: Reduce padding. It's too much for the poor iPad to handle.
This commit is contained in:
@@ -50,7 +50,7 @@ angular.module('textInput').directive('guacTextInput', [function guacTextInput()
|
||||
*
|
||||
* @type Number
|
||||
*/
|
||||
var TEXT_INPUT_PADDING = 128;
|
||||
var TEXT_INPUT_PADDING = 4;
|
||||
|
||||
/**
|
||||
* The Unicode codepoint of the character to use for padding on
|
||||
|
Reference in New Issue
Block a user