Set max width on p elements and add in p tags where they were missing

This commit is contained in:
leigh-mil
2019-08-27 17:16:39 -04:00
parent 094e44a6b0
commit 2938e48a65
13 changed files with 42 additions and 14 deletions

View File

@@ -43,7 +43,9 @@
<header class='accordion__header row'>
<div class='col col-grow'>
<h3 class='icon-link accordion__title' v-on:click="toggleSection('{{ section_name }}')">{{ application.name }}</h3>
<span class='accordion__description'>{{ application.description }}</span>
<p class='accordion__description'>
{{ application.description }}
</p>
<div class='accordion__actions'>
<a class='icon-link' href='{{ url_for("applications.settings", application_id=application.id) }}'>
<span>{{ "portfolios.applications.app_settings_text" | translate }}</span>