-
-
Notifications
You must be signed in to change notification settings - Fork 113
Description
Currently, two classes control the width of the pane and the column width of the labels: "tp-dfwv" and "tp-lblv_v"
By default they are 256px and 160px. However, when user adds some long labels, they do not fit and it makes the pane looks ugly.
To solve this problem, it is necessary to manually modify these two classes in the main file according to the length of the labels which are used. In my case, I changed 256px to 300px and 160px to 130px to fix the problem.
As a recommendation, it will be great if the user can also control these width when creating the pane. Or there can be a trigger to dynamically adjust the with according to the length of the labels.
Also, thinking about labels with more than one line like: "label line1<\br> label line2". Maybe some enhancements can be useful here.