diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-04 18:45:33 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-04 18:45:33 +0200 |
| commit | 77936797de663d2e1b1bd1e3344b87300b28cd2c (patch) | |
| tree | 205feaa73e0777821d8aeb779307beefce368a36 /src | |
| parent | 04f27ccb05b429b3d1fd96d8389c561a87c4e2a0 (diff) | |
svg input height fix (not in css, svg is annoying)
Diffstat (limited to 'src')
| -rw-r--r-- | src/rz_core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rz_core.js b/src/rz_core.js index 6eaeb557..98d2d61f 100644 --- a/src/rz_core.js +++ b/src/rz_core.js @@ -20,7 +20,7 @@ var node_text_dx = 15, node_text_dy = '.30em', svg_input_fo_node_x = node_text_dx, svg_input_fo_node_y = '-.70em', - svg_input_fo_height = '22px', + svg_input_fo_height = '30px', svg_input_fo_width = '100px'; /** |
