more line-height in texts and new-line #2199
This commit is contained in:
parent
8fb1a716dc
commit
759376983a
@ -421,6 +421,7 @@ body{
|
||||
section>div, p{
|
||||
font-size: 1em;
|
||||
font-weight: 300;
|
||||
line-height: 1.40;
|
||||
}
|
||||
label{
|
||||
display: block;
|
||||
|
@ -43,11 +43,11 @@ export default {
|
||||
<template>
|
||||
<section class="action">
|
||||
<label v-if="ct_entite">{{ ct_entite.field_action.description }}</label>
|
||||
<div v-html="entite.action"/>
|
||||
<p>{{ entite.action }}</p>
|
||||
</section>
|
||||
<section class="menace-maintien">
|
||||
<label v-if="ct_entite">{{ field_menace_maintien_label }}</label>
|
||||
<div v-html="entite.menacemaintien"/>
|
||||
<p>{{ entite.menacemaintien }}</p>
|
||||
</section>
|
||||
<!-- SOURCES (experiences vecues) -->
|
||||
<section
|
||||
@ -131,4 +131,11 @@ export default {
|
||||
|
||||
</section>
|
||||
</section>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
<style lang="css">
|
||||
section.action p,
|
||||
section.menace-maintien p {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
</style>
|
Loading…
x
Reference in New Issue
Block a user