texts: line-height 16px

This commit is contained in:
rolux 2014-01-19 12:59:21 +00:00
parent 0b49c021d7
commit 780340ef04

View file

@ -252,9 +252,9 @@ pandora.ui.textHTML = function(text) {
data.value && data.value.name && scrollToPosition();
}),
scrolling = false,
$content = Ox.Element().css({
margin: '16px',
}).appendTo(that),
$content = Ox.Element()
.css({margin: '16px'})
.appendTo(that),
$title = Ox.EditableContent({
editable: text.name ? text.editable : false,
@ -324,7 +324,8 @@ pandora.ui.textHTML = function(text) {
//height: height + 'px',
width: width + 'px',
//marginTop: '48px',
fontSize: '12px'
fontSize: '12px',
lineHeight: '16px'
})
.bindEvent({
submit: function(data) {