You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On small screens, the r-input component gets resized to a too small size to read. Strangely on iooxa.dev, the example r-input keeps its size, but I could not find any way to modify the CSS to force the r-input to do that.
Here is what it looks like, using the Chrome Web Development tools (F12):
I also tested on a phone and it's the same.
For the moment I could improve a bit the readability by increasing the font-size:
But I don't know why I can't modify other properties such as height or width, it seems that the CSS is bundled with the components javascript code so it's hard to change :-/
On small screens, the
r-input
component gets resized to a too small size to read. Strangely on iooxa.dev, the exampler-input
keeps its size, but I could not find any way to modify the CSS to force ther-input
to do that.Here is what it looks like, using the Chrome Web Development tools (F12):
I also tested on a phone and it's the same.
For the moment I could improve a bit the readability by increasing the font-size:
But I don't know why I can't modify other properties such as height or width, it seems that the CSS is bundled with the components javascript code so it's hard to change :-/
PS: Example code to reproduce the above page:
The text was updated successfully, but these errors were encountered: