ZEPPELIN-612 replace ellipsis with scroll bar

This commit is contained in:
Jungtaek Lim 2016-01-18 11:36:30 +09:00
parent 051c8c561d
commit 14e8e7b8e3
2 changed files with 2 additions and 5 deletions

View file

@ -43,7 +43,6 @@
.configuration table {
table-layout: fixed;
width: 100%;
}
.configuration table tr .configurationPropertyKey {
@ -68,7 +67,5 @@
}
.hiding_overflow {
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
overflow:auto;
}

View file

@ -36,7 +36,7 @@ limitations under the License.
<thead>
<tr>
<th style="width:30%">name</th>
<th style="width:70%">value</th>
<th>value</th>
</tr>
</thead>
<tr ng-repeat="(key, value) in configurations" >