mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
...
This commit is contained in:
parent
5a693a641c
commit
2e893908e3
@ -654,7 +654,7 @@ class Style(object):
|
||||
if val != 'baseline':
|
||||
return val
|
||||
parent = self._get_parent()
|
||||
if parent is not None:
|
||||
if parent is not None and 'inline' in parent['display']:
|
||||
return parent.first_vertical_align
|
||||
|
||||
@property
|
||||
|
Loading…
x
Reference in New Issue
Block a user