Vertical Separator; Inputs Side-by-Side

Hello @baremeter
I looked around a bit but I found it.
Add this:


[data-test = "app-text-field"]> div> div {
font-size: 0.8rem! important;
white-space: pre-line;
position: relative;
}

[data-test = "app-text-field"]: nth-child (2) {
top: -5px;
}

you can play with the value “font-size: 0.8rem” to change the size "
after that you can have a difference between 2 text-input if one uses larger text!