Update OrganizationChart.razor.css

This commit is contained in:
MeysamMoghaddam
2025-10-13 21:44:53 +03:30
parent 39b82ed3bc
commit 6d9831de5c

View File

@@ -1,14 +1,20 @@
.org-chart-container {
width: 100%;
overflow-x: auto;
height: 600px;
overflow: auto;
padding: 20px 0;
border: 1px solid #e0e0e0;
border-radius: 8px;
background: #fafafa;
}
.org-tree {
display: flex;
flex-direction: column;
align-items: center;
min-width: 800px;
min-width: 1200px;
min-height: 800px;
padding: 20px;
}
.org-node {