Merge remote-tracking branch 'origin/master' into ZEPPELIN-2813

This commit is contained in:
tinkoff-dwh 2017-08-01 09:28:27 +05:00
commit 4ce5286c80

View file

@ -113,8 +113,11 @@ limitations under the License.
ng-controller="ParagraphCtrl"
ng-init="init(currentParagraph, note)"
ng-class="columnWidthClass(currentParagraph.config.colWidth)"
style="margin: 0; padding: 0;"
style="margin: 0; padding: 0;">
<!-- see ZEPPELIN-2806
viewport-watch>
-->
<div class="new-paragraph" ng-click="insertNew('above')" ng-hide="viewOnly || asIframe || revisionView">
<h4 class="plus-sign">&#43;</h4>
</div>