mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +01:00
Don't break links inside tables
This commit is contained in:
parent
cecd1f1d7c
commit
2dbf60affd
1
material/assets/stylesheets/application-0bf20c7a55.css
Normal file
1
material/assets/stylesheets/application-0bf20c7a55.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -37,7 +37,7 @@
|
||||
{% include "partials/fonts.html" %}
|
||||
{% endblock %}
|
||||
{% block styles %}
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-27c93467fb.css">
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-0bf20c7a55.css">
|
||||
{% if config.extra.palette %}
|
||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-02ce7adcc2.palette.css">
|
||||
{% endif %}
|
||||
|
@ -412,6 +412,11 @@ kbd {
|
||||
tr:first-child td {
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
// Do not wrap links in tables
|
||||
a {
|
||||
word-break: normal;
|
||||
}
|
||||
}
|
||||
|
||||
// Data table wrapper, in case JavaScript is available
|
||||
|
Loading…
Reference in New Issue
Block a user