forked from 0x2620/pandora
fix #2439 (increased line-height for text on home screen)
This commit is contained in:
parent
cd4002d005
commit
ebb528fc02
2 changed files with 2 additions and 0 deletions
|
@ -386,6 +386,7 @@ pandora.ui.home = function() {
|
|||
borderBottomLeftRadius: '32px',
|
||||
padding: '8px 8px 8px 130px',
|
||||
overflowY: 'auto',
|
||||
lineHeight: '14px',
|
||||
textOverflow: 'ellipsis',
|
||||
whiteSpace: 'normal'
|
||||
})
|
||||
|
|
|
@ -358,6 +358,7 @@ pandora.ui.home = function() {
|
|||
borderBottomLeftRadius: '32px',
|
||||
padding: '8px 8px 8px 130px',
|
||||
overflowY: 'auto',
|
||||
lineHeight: '14px',
|
||||
textOverflow: 'ellipsis',
|
||||
whiteSpace: 'normal'
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue