We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Tim,
If the text in an input find is longer than the field with the last letters become hidden behind the field icon.
To reproduce this add some long text into a list field an then try to select the last letters. In fact they are selected but we can’t see them.
This is not the case for Kirby’s standard input filed. And looking at the CSS shows that this bug can easily be fixed by adding padding-right: 56px …
padding-right: 56px
Best, Tobi
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Tim,
If the text in an input find is longer than the field with the last letters become hidden behind the field icon.
To reproduce this add some long text into a list field an then try to select the last letters. In fact they are selected but we can’t see them.
This is not the case for Kirby’s standard input filed. And looking at the CSS shows that this bug can easily be fixed by adding
padding-right: 56px
…Best,
Tobi
The text was updated successfully, but these errors were encountered: