mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Removed display: flow-root on list elements
This commit is contained in:
parent
13b584b466
commit
c011da1fa4
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
material/assets/stylesheets/main.fdf4365a.min.css
vendored
Normal file
2
material/assets/stylesheets/main.fdf4365a.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/main.fdf4365a.min.css.map
Normal file
1
material/assets/stylesheets/main.fdf4365a.min.css.map
Normal file
File diff suppressed because one or more lines are too long
@ -39,7 +39,7 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.33e2939f.min.css' | url }}">
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.fdf4365a.min.css' | url }}">
|
||||
{% if config.theme.palette %}
|
||||
{% set palette = config.theme.palette %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.ef6f36e2.min.css' | url }}">
|
||||
|
@ -83,7 +83,6 @@ kbd {
|
||||
figure,
|
||||
blockquote,
|
||||
pre {
|
||||
display: flow-root;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
@ -217,6 +216,7 @@ kbd {
|
||||
// Unformatted content
|
||||
pre {
|
||||
position: relative;
|
||||
display: flow-root;
|
||||
line-height: 1.4;
|
||||
|
||||
// Code block
|
||||
@ -344,6 +344,7 @@ kbd {
|
||||
|
||||
// Blockquotes, possibly nested
|
||||
blockquote {
|
||||
display: flow-root;
|
||||
padding-left: px2rem(12px);
|
||||
color: var(--md-default-fg-color--light);
|
||||
border-left: px2rem(4px) solid var(--md-default-fg-color--lighter);
|
||||
@ -457,6 +458,7 @@ kbd {
|
||||
|
||||
// Figure
|
||||
figure {
|
||||
display: flow-root;
|
||||
width: fit-content;
|
||||
max-width: 100%;
|
||||
margin: 0 auto;
|
||||
|
Loading…
Reference in New Issue
Block a user