textAngular工具栏更改高度

时间:2016-02-02 16:44:07

标签: html css textangular

我使用textAngular作为wysiwyg编辑器。

但是我在正确显示工具栏时遇到了问题。

pre(引用)按钮开始,图标高度从47 * 34px跳到39 * 28像素,并在charcount()图标处再次跳回到47 * 34px。

这是我的HTML:

<div class="container-fluid">
<div class="row">
    <h1 class="col-sm-12">Select the kind of evaluation you want to achieve</h1>
</div>

<div class="row">
    <ul>
        <li ng-repeat="template in templatesList">
            {{ template.name }}
        </li>
    </ul>
</div>

<!-- <div ng-show="htmlVariable">{{ htmlVariable }}</div> 
-->

<div class="row">
    <div class="col-md-12">
        <div text-angular ng-model="htmlVariable" class="ta-editor"></div>
    </div>
</div>

并且结果如下: enter image description here

事先提供帮助

0 个答案:

没有答案