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
As you can see, the text is not fully in view. I've tried adding a padding-right, which solves the problem for this css selector, but have found that the padding required varies depending on the field size (or possibly because some of my other fields are using step attributes).
At any rate, I'm curious to know if there's a more consistent way to do this for all input fields, regardless of size or other attributes. I cannot find anything in the documentation and was hoping you could point me in the right direction.
Thanks again.
The text was updated successfully, but these errors were encountered:
Hi, This is a really slick framework and I love working with it, so great job!
I have the following HTML and would like to right-justify the text inside the form field:
Here's what I tried which didn't work:
And here's what did work, but there's an issue:
As you can see, the text is not fully in view. I've tried adding a padding-right, which solves the problem for this css selector, but have found that the padding required varies depending on the field size (or possibly because some of my other fields are using
step
attributes).At any rate, I'm curious to know if there's a more consistent way to do this for all input fields, regardless of size or other attributes. I cannot find anything in the documentation and was hoping you could point me in the right direction.
Thanks again.
The text was updated successfully, but these errors were encountered: