PennController for IBEX › Forums › Support › logging scale choice by key pressing › Reply To: logging scale choice by key pressing
May 27, 2019 at 1:39 pm
#3684

Keymaster
Yes, CSS rendering is not optimal with Scale elements. Assuming your scale’s height is 50px, you can add this to your PennController.css file:
.Scale-before .elementContainer, .Scale-after .elementContainer {
line-height: 50px;
}
Alternatively you could also call this on each of your Text elements before and after the scale: .settings.cssContainer("line-height","50px")