Skip to content

Commit 8a57610

Browse files
committed
Fixed blog post content sometimes not stretching
1 parent 10dd004 commit 8a57610

File tree

6 files changed

+4
-3
lines changed

6 files changed

+4
-3
lines changed

material/templates/assets/stylesheets/main.6fdb9009.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/templates/assets/stylesheets/main.6fdb9009.min.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/templates/assets/stylesheets/main.d7758b05.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

material/templates/assets/stylesheets/main.d7758b05.min.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

material/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
{% endif %}
4545
{% endblock %}
4646
{% block styles %}
47-
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.d7758b05.min.css' | url }}">
47+
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.6fdb9009.min.css' | url }}">
4848
{% if config.theme.palette %}
4949
{% set palette = config.theme.palette %}
5050
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.06af60db.min.css' | url }}">

src/templates/assets/stylesheets/main/components/_post.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147

148148
// Content wrapper
149149
> .md-content__inner {
150+
flex-grow: 1;
150151
min-width: 0;
151152

152153
// [screen +]: Adjust spacing between content area and sidebars

0 commit comments

Comments
 (0)