Replies: 1 comment 1 reply
-
Hi @mastum, this is caused by the following css rule set by your website: input, button, select {
padding: 0 0.4em;
height: 2em;
line-height: 2em;
} you should be able to fix it with this: .cc_div *{
height: auto;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I added the code before the
</body>
and following the guide but I have this problem:I have not made any changes to the css, the site is based on SMF
Thanks
Beta Was this translation helpful? Give feedback.
All reactions