mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
fix vertical alignment of empty folder in homepage (#1198)
This commit is contained in:
parent
3ebf355d47
commit
78f6785456
1 changed files with 1 additions and 5 deletions
|
|
@ -314,11 +314,7 @@ class HomePage extends React.Component {
|
|||
</div>
|
||||
|
||||
<div
|
||||
className={
|
||||
currentFolder.count === 0
|
||||
? 'table-responsive w-100 apps-table mt-3 d-flex align-items-center'
|
||||
: 'table-responsive w-100 apps-table mt-3'
|
||||
}
|
||||
className='table-responsive w-100 apps-table'
|
||||
style={{ minHeight: '600px' }}
|
||||
>
|
||||
<table
|
||||
|
|
|
|||
Loading…
Reference in a new issue