Skip to content

Commit

Permalink
update demo--nodes-of-different-widths
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeng committed Dec 20, 2023
1 parent 44d7719 commit 2e4ac9a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nodes-of-different-widths.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
<link rel="stylesheet" href="css/jquery.orgchart.css">
<link rel="stylesheet" href="css/style.css">
<style type="text/css">
.orgchart .nodes {
justify-content: center;
}
.orgchart .node .title {
width: auto;
}
.orgchart .node .content {
width: auto;
padding: 0 3px;
}
</style>
</head>
<body>
Expand Down

0 comments on commit 2e4ac9a

Please sign in to comment.