fix table overflow

This commit is contained in:
Dennis Eichhorn 2021-09-05 20:16:54 +02:00
parent b80e66f1e5
commit 11ac0a7175
8 changed files with 16 additions and 0 deletions

View File

@ -18,6 +18,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
<div class="box wf-100"> <div class="box wf-100">
<div class="slider">
<table class="default sticky"> <table class="default sticky">
<caption><?= $this->getHtml('Categories'); ?><i class="fa fa-download floatRight download btn"></i></caption> <caption><?= $this->getHtml('Categories'); ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead> <thead>
@ -40,3 +41,4 @@ echo $this->getData('nav')->render(); ?>
</div> </div>
</div> </div>
</div> </div>
</div>

View File

@ -18,6 +18,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
<div class="box wf-100"> <div class="box wf-100">
<div class="slider">
<table class="default sticky"> <table class="default sticky">
<caption><?= $this->getHtml('Causes'); ?><i class="fa fa-download floatRight download btn"></i></caption> <caption><?= $this->getHtml('Causes'); ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead> <thead>
@ -42,3 +43,4 @@ echo $this->getData('nav')->render(); ?>
</div> </div>
</div> </div>
</div> </div>
</div>

View File

@ -18,6 +18,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
<div class="box wf-100"> <div class="box wf-100">
<div class="slider">
<table class="default sticky"> <table class="default sticky">
<caption><?= $this->getHtml('Departments'); ?><i class="fa fa-download floatRight download btn"></i></caption> <caption><?= $this->getHtml('Departments'); ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead> <thead>
@ -40,3 +41,4 @@ echo $this->getData('nav')->render(); ?>
</div> </div>
</div> </div>
</div> </div>
</div>

View File

@ -18,6 +18,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
<div class="box wf-100"> <div class="box wf-100">
<div class="slider">
<table class="default sticky"> <table class="default sticky">
<caption><?= $this->getHtml('Processes'); ?><i class="fa fa-download floatRight download btn"></i></caption> <caption><?= $this->getHtml('Processes'); ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead> <thead>
@ -40,3 +41,4 @@ echo $this->getData('nav')->render(); ?>
</div> </div>
</div> </div>
</div> </div>
</div>

View File

@ -18,6 +18,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
<div class="box wf-100"> <div class="box wf-100">
<div class="slider">
<table class="default sticky"> <table class="default sticky">
<caption><?= $this->getHtml('Projects'); ?><i class="fa fa-download floatRight download btn"></i></caption> <caption><?= $this->getHtml('Projects'); ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead> <thead>
@ -40,3 +41,4 @@ echo $this->getData('nav')->render(); ?>
</div> </div>
</div> </div>
</div> </div>
</div>

View File

@ -18,6 +18,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
<div class="box wf-100"> <div class="box wf-100">
<div class="slider">
<table class="default sticky"> <table class="default sticky">
<caption><?= $this->getHtml('Risks'); ?><i class="fa fa-download floatRight download btn"></i></caption> <caption><?= $this->getHtml('Risks'); ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead> <thead>
@ -46,3 +47,4 @@ echo $this->getData('nav')->render(); ?>
</div> </div>
</div> </div>
</div> </div>
</div>

View File

@ -19,6 +19,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
<div class="box wf-100"> <div class="box wf-100">
<div class="slider">
<table class="default sticky"> <table class="default sticky">
<caption><?= $this->getHtml('Solutions'); ?><i class="fa fa-download floatRight download btn"></i></caption> <caption><?= $this->getHtml('Solutions'); ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead> <thead>
@ -45,3 +46,4 @@ echo $this->getData('nav')->render(); ?>
</div> </div>
</div> </div>
</div> </div>
</div>

View File

@ -18,6 +18,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
<div class="box wf-100"> <div class="box wf-100">
<div class="slider">
<table class="default sticky"> <table class="default sticky">
<caption><?= $this->getHtml('Units'); ?><i class="fa fa-download floatRight download btn"></i></caption> <caption><?= $this->getHtml('Units'); ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead> <thead>
@ -40,3 +41,4 @@ echo $this->getData('nav')->render(); ?>
</div> </div>
</div> </div>
</div> </div>
</div>