Change inputs from vertical to horizontal

Hi, I have a question.
In my Glide app, my input fields are showing vertically (one below the other).

What I need is for these fields (they are numeric entries with a maximum of 3 digits) to be displayed horizontally, all in one line, like small boxes next to each other.

Does anyone know which component or setting I should use to switch from vertical to horizontal?
I’m attaching two reference images:
:one: How it currently looks (vertical)
:two: How I need it to look (horizontal, small, and editable)

Thanks for the help :folded_hands:

Surely you’ve already tried wrapping them inside a container, right?
This is a styling issue, and it can only be solved with custom CSS.