mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Set minHeight for apps tabel on dashboard
This commit is contained in:
parent
92c0946633
commit
c3b93ccae8
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ class HomePage extends React.Component {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="table-responsive bg-white w-100 apps-table mt-3">
|
||||
<div class="table-responsive bg-white w-100 apps-table mt-3" style={{minHeight: '600px'}}>
|
||||
<table
|
||||
class="table table-vcenter">
|
||||
<tbody>
|
||||
|
|
|
|||
Loading…
Reference in a new issue