mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
Minor UI fix for empty state of the canvas
This commit is contained in:
parent
152f08ebba
commit
b116b41d43
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ export const Container = ({
|
|||
)}
|
||||
|
||||
{Object.keys(boxes).length === 0 && !appLoading && !isDragging && (
|
||||
<div className="mx-auto mt-5 w-50 p-5 bg-light no-components-box">
|
||||
<div className="mx-auto w-50 p-5 bg-light no-components-box" style={{ marginTop: '15%' }}>
|
||||
<center className="text-muted">You haven't added any components yet. Drag components from the right sidebar and drop here.</center>
|
||||
</div>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in a new issue