-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open
Milestone
Description
Description
It seems dictionary elements don't have any padding or margin at their bottom when in normal vieweing mode, but when in mobile view, we get good padding.
Normal wide viewing mode:
Mobile viewing (narrow mode).
Expected behavior
In normal viewing mode, dictionaries will have good looking margin and/or padding at bottom.
Actual behavior
During normal viewing mode dictionaries have no padding and/or margin at the bottom.
Steps to reproduce the bug
- Create two dictionaries after each other in documents
- Render documents
- View in normal, wide viewing and mobile, narrow viewing and compare.
Package versions
- Python: Any
- MkDocs: 0.16.1
- Material: 1.0.5
Project configuration
Relevant portion:
markdown_extensions:
- markdown.extensions.toc:
slugify: !!python/name:pymdownx.slugs.uslugify
permalink:
- markdown.extensions.admonition:
- markdown.extensions.smarty:
smart_quotes: false
- pymdownx.betterem:
- markdown.extensions.attr_list:
- markdown.extensions.def_list:
- markdown.extensions.tables:
- markdown.extensions.abbr:
- pymdownx.extrarawhtml:
- pymdownx.superfences:
css_class: codehilite
- pymdownx.highlight:
extend_pygments_lang:
- name: php-inline
lang: php
options:
startinline: true
- pymdownx.inlinehilite:
css_class: codehilite
- pymdownx.magiclink:
repo_url_shortener: true
base_repo_url: https://github.com/facelessuser/pymdown-extensions
- pymdownx.tilde:
- pymdownx.caret:
- pymdownx.smartsymbols:
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.escapeall:
hardbreak: True
nbsp: True
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.progressbar:
- pymdownx.arithmatex:
- pymdownx.mark:
- pymdownx.plainhtml:
strip_attributes: ''
- pymdownx.snippets:
base_path: docs/snippetsSystem information
- OS: Don't think it matters, but tested on MacOS
- Browser: Not sure if this is relevant, but Chrome: 56.0.2924.87 (64-bit)
Metadata
Metadata
Assignees
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open

