fix #2439 (increased line-height for text on home screen)

This commit is contained in:
rolux 2014-11-21 18:43:54 +00:00
parent cd4002d005
commit ebb528fc02
2 changed files with 2 additions and 0 deletions

View file

@ -386,6 +386,7 @@ pandora.ui.home = function() {
borderBottomLeftRadius: '32px',
padding: '8px 8px 8px 130px',
overflowY: 'auto',
lineHeight: '14px',
textOverflow: 'ellipsis',
whiteSpace: 'normal'
})

View file

@ -358,6 +358,7 @@ pandora.ui.home = function() {
borderBottomLeftRadius: '32px',
padding: '8px 8px 8px 130px',
overflowY: 'auto',
lineHeight: '14px',
textOverflow: 'ellipsis',
whiteSpace: 'normal'
})