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
missing 20px on comment form.
From comment.css:
#comment-write
#comment-write textarea
resize: vertical;
cursor: pointer;
#comment-write input[type=submit]:hover
Youhou ! I could tell I contributed to the site ;-)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
missing 20px on comment form.
From comment.css:
#comment-write
in line 779 from 670px to 690px#comment-write textarea
in line 813resize: vertical;
in#comment-write textarea
to prevent resizing taller than container.cursor: pointer;
in#comment-write input[type=submit]:hover
in line 828, better when it's an action.Youhou ! I could tell I contributed to the site ;-)
The text was updated successfully, but these errors were encountered: