Update OrganizationChartLevel.razor.css
This commit is contained in:
@@ -2,9 +2,12 @@
|
|||||||
.org-level {
|
.org-level {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: nowrap;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 80px;
|
margin-top: 80px;
|
||||||
|
width: max-content;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.org-level::before {
|
.org-level::before {
|
||||||
|
|||||||
Reference in New Issue
Block a user