Skip to content
Snippets Groups Projects
Commit f01e39fb authored by Augustin LECONTE's avatar Augustin LECONTE
Browse files

feat: add structure description shaping

parent 1a9bd9d6
No related branches found
No related tags found
2 merge requests!187Dev,!182feat/US18-visual-desc-structure
...@@ -156,9 +156,7 @@ ...@@ -156,9 +156,7 @@
Supprimer cette structure Supprimer cette structure
</a> </a>
</div> </div>
<div> <div class="description">{{ structure.description }}</div>
{{ structure.description }}
</div>
<div class="info"> <div class="info">
{{ structure.lockdownActivity }} {{ structure.lockdownActivity }}
</div> </div>
......
...@@ -120,6 +120,11 @@ p, ...@@ -120,6 +120,11 @@ p,
color: $ram-hover-principal; color: $ram-hover-principal;
} }
.description {
white-space: pre-wrap;
float: left;
}
.wrapper { .wrapper {
width: 100%; width: 100%;
display: grid; display: grid;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment