mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed #82: Long links don't break
This commit is contained in:
parent
c6946350a9
commit
6806139d38
File diff suppressed because one or more lines are too long
1
material/assets/stylesheets/application-4ce9cf5a40.css
Normal file
1
material/assets/stylesheets/application-4ce9cf5a40.css
Normal file
File diff suppressed because one or more lines are too long
@ -36,7 +36,7 @@
|
||||
{% include "partials/fonts.html" %}
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-13bba0cbc1.css">
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-4ce9cf5a40.css">
|
||||
{% if config.extra.palette %}
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-0352baa348.palette.css">
|
||||
{% endif %}
|
||||
|
@ -144,6 +144,7 @@ kbd {
|
||||
// Links
|
||||
a {
|
||||
color: $md-color-primary;
|
||||
word-break: break-word;
|
||||
|
||||
// Also enable transition on pseudo elements
|
||||
&,
|
||||
|
Loading…
Reference in New Issue
Block a user