Skip to content

Commit 3683747

Browse files
committed
fix(demo/textAngular.com.html): fixed issue #611 by adding a 'clearfix' to the ta-text-editor-class attribute.
1 parent cab4df6 commit 3683747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/demo/textAngular.com.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<span class="text-xlg roboto">A Lightweight, Two-Way-Bound &amp; Totally <b class="text-red">Awesome</b> Angular.js Text-Editor</span>
3838
</div>
3939
<div class="container lighter">
40-
<div text-angular ng-model="htmlContent" name="demo-editor" ta-text-editor-class="border-around container" ta-html-editor-class="border-around"></div>
40+
<div text-angular ng-model="htmlContent" name="demo-editor" ta-text-editor-class="clearfix border-around container" ta-html-editor-class="border-around"></div>
4141
</div>
4242
<br>
4343
<div class="container text-center lighter border-around">

0 commit comments

Comments
 (0)