mirror of https://github.com/portainer/portainer
fix(k8s/apps): show horizontal scrollbar [EE-3941] (#7472)
parent
8ec9515225
commit
cee241e77c
|
@ -113,7 +113,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- data table content -->
|
<!-- data table content -->
|
||||||
<div class="inner-datatable">
|
<div ng-class="{ 'table-responsive': $ctrl.isPrimary, 'inner-datatable': !$ctrl.isPrimary }">
|
||||||
<table class="table table-hover table-filters nowrap-cells" data-cy="k8sApp-appTable">
|
<table class="table table-hover table-filters nowrap-cells" data-cy="k8sApp-appTable">
|
||||||
<thead ng-class="{ 'secondary-heading': !$ctrl.isPrimary }">
|
<thead ng-class="{ 'secondary-heading': !$ctrl.isPrimary }">
|
||||||
<tr role="row">
|
<tr role="row">
|
||||||
|
|
Loading…
Reference in New Issue