1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 19:38:27 +02:00

Fixed missing right spacing on overflow of source container

This commit is contained in:
squidfunk 2017-04-07 00:08:12 +02:00 committed by Martin Donath
parent ed0f7b96fe
commit b283236770
4 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -38,7 +38,7 @@
<script src="{{ base_url }}/assets/javascripts/modernizr-56ade86843.js"></script>
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-60987dc207.css">
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-b168d32589.css">
{% if config.extra.palette %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-f78e5cb881.palette.css">
{% endif %}

View File

@ -59,6 +59,7 @@
// Source container
.md-source {
display: block;
padding-right: 1.2rem;
transition: opacity 0.25s;
font-size: 1.3rem;
line-height: 1.2;