Skip to content

Commit cd1808b

Browse files
authored
Merge pull request #33 from dahabi/master
text wrapping in the wysiwyg fix
2 parents 5beff00 + 79a06bc commit cd1808b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

widget/templates/layouts/list-layout1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</div>
88
</div>
99
</div>
10-
<div class="text-left padded padding-bottom-zero clearfix text-overlay wordwrap">
10+
<div class="text-left padded padding-bottom-zero clearfix text-overlay">
1111
<p ng-if="WidgetHome.showDescription()" ng-bind-html="WidgetHome.info.data.content.description | safeHtml">
1212
</p>
1313
</div>

widget/templates/layouts/list-layout2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div id="carousel" build-fire-carousel="" style="z-index: -1"
55
ng-style="WidgetHome.info.data.content.images.length > 0 ? {'min-height': (9 * deviceWidth / 16) + 'px' } : {}"></div>
66
</div>
7-
<div class="text-left padded padding-bottom-zero clearfix text-overlay wordwrap" ng-if="WidgetHome.showDescription()">
7+
<div class="text-left padded padding-bottom-zero clearfix text-overlay " ng-if="WidgetHome.showDescription()">
88
<p ng-bind-html="WidgetHome.info.data.content.description | safeHtml">
99
</p>
1010
</div>

widget/templates/layouts/list-layout4.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div id="carousel" build-fire-carousel="" style="z-index: -1"
55
ng-style="WidgetHome.info.data.content.images.length > 0 ? {'min-height': (9 * deviceWidth / 16) + 'px' } : {}"></div>
66
</div>
7-
<div class="text-left padded padding-bottom-zero clearfix text-overlay wordwrap" >
7+
<div class="text-left padded padding-bottom-zero clearfix text-overlay " >
88
<p ng-if="WidgetHome.showDescription()" ng-bind-html="WidgetHome.info.data.content.description | safeHtml"></p>
99
</div>
1010
<div class="padded padding-top-zero text-overlay">

0 commit comments

Comments
 (0)