Update OrganizationChart.razor.css
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user