mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
ZEPPELIN-612 replace ellipsis with scroll bar
This commit is contained in:
parent
051c8c561d
commit
14e8e7b8e3
2 changed files with 2 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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" >
|
||||
|
|
|
|||
Loading…
Reference in a new issue