[Solved] How to specify w2ui panel size in em instead of px?
Short answer: No. Only px (default if no unit is specified) and % are supported. Long answer: While it is possible to force a specific height/width for individual panels by using the panel’s style property (e.g. style: “height: 15em !important;”), I would not suggest to use it, because the height/width of other panels is still … Read more