diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-15 09:52:40 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-15 09:52:40 +0200 |
commit | fe9df64fc2bb0a276386321510ec078d83a6b322 (patch) | |
tree | 6fd2beb2369b2ebf80a45fb28c28796d953680d2 /view/tpl | |
parent | a29c0371f1f3cceb9a9af3a62e5ed67886869c40 (diff) | |
download | volse-hubzilla-fe9df64fc2bb0a276386321510ec078d83a6b322.tar.gz volse-hubzilla-fe9df64fc2bb0a276386321510ec078d83a6b322.tar.bz2 volse-hubzilla-fe9df64fc2bb0a276386321510ec078d83a6b322.zip |
fix some slight crossbrowser rendering issues with jot
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/jot-header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index b8618ab69..085710f55 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -10,7 +10,7 @@ function initEditor(cb){ $("#profile-jot-text-loading").spin('small').show(); if(plaintext == 'none') { $("#profile-jot-text-loading").spin(false).hide(); - $("#profile-jot-text").css({ 'height': 200, 'color': '#000' }); + $("#profile-jot-text").css({ 'height': 200, 'color': '#000', 'line-height': 'inherit' }); {{if $bbco_autocomplete}} $("#profile-jot-text").bbco_autocomplete('{{$bbco_autocomplete}}'); // autocomplete bbcode {{/if}} |