Skip to content

Commit 867a3e0

Browse files
small change to have error in multiline
1 parent a5e9d44 commit 867a3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zeppelin-web/src/app/notebook/paragraph/paragraph-results.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</img>
4646

4747
<div id="{{paragraph.id}}_error"
48-
class="error"
48+
class="error text"
4949
ng-if="paragraph.status == 'ERROR'"
5050
ng-bind="paragraph.errorMessage">
5151
</div>

0 commit comments

Comments
 (0)