mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1861] - Line breaks not displayed in "Display Text" widget in forms (#2597)
Fixed
This commit is contained in:
committed by
Eugenio Romano
parent
30ee40a4be
commit
712690990c
@@ -1,3 +1 @@
|
||||
<div class="adf-display-text-widget {{field.className}}">
|
||||
<span>{{field.value}}</span>
|
||||
</div>
|
||||
<div class="adf-display-text-widget {{field.className}}">{{field.value}}</div>
|
||||
|
@@ -1 +1,3 @@
|
||||
.adf-display-text-widget {}
|
||||
.adf-display-text-widget {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
Reference in New Issue
Block a user