commit | 475d856d6681bebd2586754b0c081735952e841e | [log] [tgz] |
---|---|---|
author | Rucha Mahabal <ruchamahabal2@gmail.com> | Sun Jul 25 20:39:51 2021 +0530 |
committer | Rucha Mahabal <ruchamahabal2@gmail.com> | Sun Jul 25 20:39:51 2021 +0530 |
tree | 6dfa8b2769053fcdccb2c5d7c05ddddf7b66e969 | |
parent | 37198159aaaecb86b5bbcb4528b935922eb11f3c [diff] |
fix(style): longer titles overflowing
diff --git a/erpnext/public/scss/hierarchy_chart.scss b/erpnext/public/scss/hierarchy_chart.scss index 44288fe..7f1077d 100644 --- a/erpnext/public/scss/hierarchy_chart.scss +++ b/erpnext/public/scss/hierarchy_chart.scss
@@ -40,6 +40,10 @@ line-height: 1.35; } +.node-info { + width: 12.7rem; +} + .node-connections { font-size: 0.75rem; line-height: 1.35;