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
Problem: There should not be an extra whitespace after the Littlepay icon link on the Eligibility confirmation page:
Should look like this:
The linter doesn't allow this text to be on one line, but it needs to be on one line so the whitespace is eliminated:
whitespace
I noticed that the rendered code in the text after the image has some whitespace built in:
Need to remove this whitespace: Removing that whitespace manually removes the extra space, and makes the page look correct.
This ticket will involve investigating why this whitespace get rendered and figure out how to fix it.
These are similar kinds of links, and don't have the extra space:
Possible fix:
I noticed that not using the modal trigger includes and using a djLint off ignore fixes it:
<!-- djlint:off --> <a href="modal--littlepay" class="{{ classes }}" data-bs-toggle="modal" data-bs-target="#modal--littlepay">Littlepay</a>{% translate ", to enter your contactless card details." %}<!-- djlint:on -->
The text was updated successfully, but these errors were encountered:
machikoyasuda
Successfully merging a pull request may close this issue.
Problem: There should not be an extra whitespace after the Littlepay icon link on the Eligibility confirmation page:
Should look like this:
The linter doesn't allow this text to be on one line, but it needs to be on one line so the
whitespace
is eliminated:I noticed that the rendered code in the text after the image has some whitespace built in:
Need to remove this whitespace:
Removing that whitespace manually removes the extra space, and makes the page look correct.
This ticket will involve investigating why this whitespace get rendered and figure out how to fix it.
These are similar kinds of links, and don't have the extra space:
Possible fix:
I noticed that not using the modal trigger includes and using a djLint off ignore fixes it:
The text was updated successfully, but these errors were encountered: