Fix style issues in kaehmy list

This commit is contained in:
Jan Tuomi
2017-11-25 23:29:20 +02:00
parent 9ee4d600a7
commit a519d51309
3 changed files with 14 additions and 4 deletions
+9
View File
@@ -24,3 +24,12 @@ div.tooltip-inner {
width: auto;
margin-bottom: 1rem;
}
.kaehmy-content {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
p {
overflow-wrap: break-word;
}
+4 -3
View File
@@ -38,9 +38,10 @@
{% include "kaehmy_navigation.html" %}
{% endblock %}
{% block content %}
{% endblock %}
<div class="kaehmy-content">
{% block content %}
{% endblock %}
</div>
<div class="footer">
{% block footer %}
{% include "kaehmy_footer.html" %}
+1 -1
View File
@@ -3,7 +3,7 @@
<div class="card" style="margin-top: 0.5rem; margin-bottom: 0">
<div class="card-block">
<h4>{{ message.name }}</h4>
<p>{{ message.message|linebreaks }}</p>
<p>{{ message.message|linebreaks|urlize }}</p>
<h6 class="card-subtitle mb-2 text-muted">{{ message.timestamp }}</h6>
<div>