aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/jot-header.tpl
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-04-15 14:27:28 -0700
committerredmatrix <git@macgirvin.com>2016-04-15 14:27:28 -0700
commitee5163ce6425a1676a342f72d3e3cea90a406170 (patch)
tree8788eecbcc2efdb68db8089ac22ed80bb2038145 /view/tpl/jot-header.tpl
parentf124f4a9f5244644231e541d430e5f80e4f863e2 (diff)
parent2cb04ccb8fb2fcbea181f6bf82f0d2a9a848d57a (diff)
downloadvolse-hubzilla-ee5163ce6425a1676a342f72d3e3cea90a406170.tar.gz
volse-hubzilla-ee5163ce6425a1676a342f72d3e3cea90a406170.tar.bz2
volse-hubzilla-ee5163ce6425a1676a342f72d3e3cea90a406170.zip
Merge branch 'master' into dev
Diffstat (limited to 'view/tpl/jot-header.tpl')
-rwxr-xr-xview/tpl/jot-header.tpl2
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}}