YARN-5488. [YARN-3368] Applications table overflows beyond the page boundary(Harish Jaiprakash via Sunil G)

This commit is contained in:
sunilg 2016-08-12 14:51:03 +05:30 committed by Wangda Tan
parent b61e60fb92
commit 23b0287f62
2 changed files with 54 additions and 48 deletions

View File

@ -273,3 +273,7 @@ li a.navigation-link.ember-view {
right: 20px; right: 20px;
top: 3px; top: 3px;
} }
.x-scroll {
overflow-x: scroll;
}

View File

@ -49,6 +49,7 @@
<div class="col-md-12 container-fluid"> <div class="col-md-12 container-fluid">
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading">Basic Info</div> <div class="panel-heading">Basic Info</div>
<div class="x-scroll">
<table class="display table table-striped table-bordered" <table class="display table table-striped table-bordered"
cellspacing="0" width="100%"> cellspacing="0" width="100%">
<thead> <thead>
@ -101,6 +102,7 @@
</div> </div>
</div> </div>
</div> </div>
</div>
<div class="row"> <div class="row">
{{#if model.app.diagnostics}} {{#if model.app.diagnostics}}