Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Prevent scriptarea from overlapping with outputs (#2346)
Browse files Browse the repository at this point in the history
Signed-off-by: Aoun Bukhari <bukhari@itemis.de>
  • Loading branch information
aounhaider1 authored and kaikreuzer committed Oct 31, 2016
1 parent e903e47 commit 422aa07
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
<p ng-message="maxlength" class="customMessage">Maximum length is {{parameter.max}}</p>
<p ng-message="required" class="customMessage">Field is required</p>
</div>
<span ng-show="!focus">
<p class="hint noMargin">
<span>
<p class="hint noMargin" ng-class="{'invisible':focus}">
<small ng-bind-html="parameter.description"></small>
</p>
</span>
Expand Down

0 comments on commit 422aa07

Please sign in to comment.