Merge pull request #9716 from mfo/US/tags.pre-wrap.text
correctif(tags): ETQ admin, je peux utiliser un tag referençant un type de champ dont le libellé contient deux espaces consécutif
This commit is contained in:
commit
256babbf74
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
.items
|
.items
|
||||||
- tags.each do |tag|
|
- tags.each do |tag|
|
||||||
.item
|
.item
|
||||||
%code.tag
|
%code.tag{ style: "white-space: pre-wrap;" }
|
||||||
= "--#{tag[:libelle]}--"
|
= "--#{tag[:libelle]}--"
|
||||||
.description
|
.description
|
||||||
= tag[:description]
|
= tag[:description]
|
||||||
|
|
Loading…
Reference in a new issue