mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
[ADF-1861] - Line breaks not displayed in "Display Text" widget in forms (#2597)
Fixed
This commit is contained in:
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user