We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433b05d commit a170fe5Copy full SHA for a170fe5
1 file changed
demo/nodes-of-different-widths.html
@@ -7,12 +7,13 @@
7
<link rel="stylesheet" href="css/jquery.orgchart.css">
8
<link rel="stylesheet" href="css/style.css">
9
<style type="text/css">
10
- .orgchart .nodes {
11
- justify-content: center;
12
- }
13
.orgchart .node .title {
14
width: auto;
15
}
+ .orgchart .node .content {
+ width: auto;
+ padding: 0 3px;
16
+ }
17
</style>
18
</head>
19
<body>
0 commit comments