Skip to content

Commit a170fe5

Browse files
committed
update demo--nodes-of-different-widths
1 parent 433b05d commit a170fe5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

demo/nodes-of-different-widths.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77
<link rel="stylesheet" href="css/jquery.orgchart.css">
88
<link rel="stylesheet" href="css/style.css">
99
<style type="text/css">
10-
.orgchart .nodes {
11-
justify-content: center;
12-
}
1310
.orgchart .node .title {
1411
width: auto;
1512
}
13+
.orgchart .node .content {
14+
width: auto;
15+
padding: 0 3px;
16+
}
1617
</style>
1718
</head>
1819
<body>

0 commit comments

Comments
 (0)