mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
style: Inlinify display:list-item to display:inline for now, until we support 'display:inline list-item' properly.
Bug: 1461039 Reviewed-by: xidorn
This commit is contained in:
parent
514aba51ad
commit
34722c3de9
1 changed files with 2 additions and 0 deletions
|
@ -212,6 +212,8 @@ impl Display {
|
|||
Display::Table => Display::InlineTable,
|
||||
Display::Flex => Display::InlineFlex,
|
||||
Display::Grid => Display::InlineGrid,
|
||||
// XXX bug 1105868 this should probably be InlineListItem:
|
||||
Display::ListItem => Display::Inline,
|
||||
Display::MozBox => Display::MozInlineBox,
|
||||
Display::MozStack => Display::MozInlineStack,
|
||||
Display::WebkitBox => Display::WebkitInlineBox,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue