Skip to content

Commit 4433f86

Browse files
committed
Make same width 'properties'&'dependencies' table
1 parent 2e50f5d commit 4433f86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zeppelin-web/src/app/interpreter/interpreter.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ <h5>Dependencies</h5>
285285
<thead>
286286
<tr>
287287
<th style="width:40%">artifact</th>
288-
<th>exclude</th>
289-
<th ng-if="valueform.$visible">action</th>
288+
<th style="width:40%">exclude</th>
289+
<th style="width:20%" ng-if="valueform.$visible">action</th>
290290
</tr>
291291
</thead>
292292
<tr ng-repeat="dep in setting.dependencies">

0 commit comments

Comments
 (0)