This topic is locked
[SOLVED]

 Field Sizes

4/27/2020 5:08:49 PM
PHPRunner General questions
R
RBrogen author

Hi Everyone,
I'm trying to change the size of the fields so they don't take up as much real estate but I can't seem to get them to change. I've tried in the Editor field props but I think it's being overridden with a template setting. Any thoughts would be greatly appreciated.
Thanks,

Randy

Sergey Kornilov admin 4/28/2020

Bootstrap layout works in such a way that input fields will take all the available space. You can split a few cells in half and have two fields per row this way.
I recommend checking this video:

https://www.youtube.com/watch?v=TOnQsObyLDk&t=1s

R
RBrogen author 5/5/2020



Bootstrap layout works in such a way that input fields will take all the available space. You can split a few cells in half and have two fields per row this way.
I recommend checking this video:

https://www.youtube.com/watch?v=TOnQsObyLDk&t=1s


I think I figured it out ... if you separate the field from label and tool tip and then set the size in width to px value it appears to work.