
Hi. I have to different questions, but as the two are related to number formatting, I decided to write both here. Is there a way to format the width of an input[type=number] element? The width looks to be fixed and I could'nt change it :(. I'm having problems with a number box that became to small for a two digits number because the font is bigger than the default (I want the font that size). Is possible to make the /roll output a number in the format "##", i.e ., 01, 58, 09, 00, 20 etc .? I'm formatting a result in a roll template with round borders using <span>, but when the output number have only one digit the borders became oval, not round. I'm avoiding to create a div inside a table to not mess thing up.