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
TimedTextEditor
Describe the bug
To Reproduce Steps to reproduce the behaviour:
load demo
screen size icon
iphone 6
Expected behavior
Expect text to be aligned to the left.
Screenshots
Desktop (please complete the following information):
Additional context
Seems to be caused by /demo/index.module.css under
/demo/index.module.css
/* phone */ @media (max-width: 767px) { body { padding: 0; text-align: center; } ...
Which is effecting the all of the page, if commenting out text-align: center; then error goes away.
text-align: center;
The text was updated successfully, but these errors were encountered:
closing as fixed in #175 PR soon to be merged into master.
Sorry, something went wrong.
pietrop
No branches or pull requests
Describe the bug
To Reproduce
Steps to reproduce the behaviour:
load demo
screen size icon
and choseiphone 6
TimedTextEditor
Expected behavior
Expect text to be aligned to the left.
Screenshots
Desktop (please complete the following information):
Additional context
Seems to be caused by
/demo/index.module.css
underWhich is effecting the all of the page, if commenting out
text-align: center;
then error goes away.The text was updated successfully, but these errors were encountered: