diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-15 12:42:12 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-15 12:42:12 +0200 |
commit | bbe33f9503de4c616921b557071cc965ce0508f0 (patch) | |
tree | 8788eecbcc2efdb68db8089ac22ed80bb2038145 /view/tpl/jot-header.tpl | |
parent | 521641f3a8e9d3b217e60baaf4fa3e5890108a4e (diff) | |
parent | 2cb04ccb8fb2fcbea181f6bf82f0d2a9a848d57a (diff) | |
download | volse-hubzilla-bbe33f9503de4c616921b557071cc965ce0508f0.tar.gz volse-hubzilla-bbe33f9503de4c616921b557071cc965ce0508f0.tar.bz2 volse-hubzilla-bbe33f9503de4c616921b557071cc965ce0508f0.zip |
Merge branch 'master' into dev
Diffstat (limited to 'view/tpl/jot-header.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}} |