Update OrganizationChart.razor.css
This commit is contained in:
@@ -1,14 +1,20 @@
|
|||||||
.org-chart-container {
|
.org-chart-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow-x: auto;
|
height: 600px;
|
||||||
|
overflow: auto;
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
|
border: 1px solid #e0e0e0;
|
||||||
|
border-radius: 8px;
|
||||||
|
background: #fafafa;
|
||||||
}
|
}
|
||||||
|
|
||||||
.org-tree {
|
.org-tree {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
min-width: 800px;
|
min-width: 1200px;
|
||||||
|
min-height: 800px;
|
||||||
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.org-node {
|
.org-node {
|
||||||
|
|||||||
Reference in New Issue
Block a user