updates styling
This commit is contained in:
parent
fcc2eab88c
commit
af31ea1abb
1 changed files with 4 additions and 4 deletions
|
|
@ -133,14 +133,14 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if show_context %}
|
{% if show_context %}
|
||||||
<h3 class="h5 mt-0 ellipsis">
|
<h3 class="h5 mt-0">
|
||||||
<span class="title-text">
|
<span class="title-text ellipsis">
|
||||||
{{ update.plan }}
|
{{ update.plan }}
|
||||||
</span>
|
</span>
|
||||||
</h3>
|
</h3>
|
||||||
{% else %}
|
{% else %}
|
||||||
<h3 class="h4 mt-0 ellipsis">
|
<h3 class="h4 mt-0">
|
||||||
<span class="title-text">
|
<span class="title-text ellipsis">
|
||||||
{{ update.title }}
|
{{ update.title }}
|
||||||
</span>
|
</span>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue