File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -644,7 +644,7 @@ angular.module('textAngularSetup', [])
644
644
}
645
645
} ) ;
646
646
taRegisterTool ( 'wordcount' , {
647
- display : '<div id="toolbarWC" style="display:block; width:100px;">Words:{{wordcount}}</div>' ,
647
+ display : '<div id="toolbarWC" style="display:block; min- width:100px;">Words:{{wordcount}}</div>' ,
648
648
disabled : true ,
649
649
wordcount : 0 ,
650
650
activeState : function ( ) { // this fires on keyup
@@ -664,7 +664,7 @@ angular.module('textAngularSetup', [])
664
664
}
665
665
} ) ;
666
666
taRegisterTool ( 'charcount' , {
667
- display : '<div id="toolbarCC" style="display:block; width:120px;">Characters:{{charcount}}</div>' ,
667
+ display : '<div id="toolbarCC" style="display:block; min- width:120px;">Characters:{{charcount}}</div>' ,
668
668
disabled : true ,
669
669
charcount : 0 ,
670
670
activeState : function ( ) { // this fires on keyup
You can’t perform that action at this time.
0 commit comments