mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
fix(k8s/apps): show horizontal scrollbar [EE-3941] (#7472)
This commit is contained in:
parent
8ec9515225
commit
cee241e77c
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<!-- 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">
|
||||
<thead ng-class="{ 'secondary-heading': !$ctrl.isPrimary }">
|
||||
<tr role="row">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue