-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
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
Delete Button Bug in iOS Safari (inside Tags, Messages and Notifications) #963
Labels
Comments
I found a hack by setting padding to zero |
It needs font-size: 0. It's because the min-width of a button in ios is dependant on the font size, so it's wider than it is tall. |
Merged
jgthms
pushed a commit
that referenced
this issue
Oct 22, 2017
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview of the problem
Delete button with messages on ios safari. Happens only inside tag, messages and notifications.
Description
Steps to Reproduce
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: