mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-02-14 09:22:34 +01:00
Fixed blog post content sometimes not stretching
This commit is contained in:
parent
10dd004863
commit
8a576105fd
1
material/templates/assets/stylesheets/main.6fdb9009.min.css
vendored
Normal file
1
material/templates/assets/stylesheets/main.6fdb9009.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -44,7 +44,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.d7758b05.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.6fdb9009.min.css' | url }}">
|
||||||
{% if config.theme.palette %}
|
{% if config.theme.palette %}
|
||||||
{% set palette = config.theme.palette %}
|
{% set palette = config.theme.palette %}
|
||||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.06af60db.min.css' | url }}">
|
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.06af60db.min.css' | url }}">
|
||||||
|
@ -147,6 +147,7 @@
|
|||||||
|
|
||||||
// Content wrapper
|
// Content wrapper
|
||||||
> .md-content__inner {
|
> .md-content__inner {
|
||||||
|
flex-grow: 1;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
|
||||||
// [screen +]: Adjust spacing between content area and sidebars
|
// [screen +]: Adjust spacing between content area and sidebars
|
||||||
|
Loading…
x
Reference in New Issue
Block a user