mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #355] Mispositioning in native android prowser #221
Labels
No labels
3rd-party
3rd-party
bug
code
documentation
enhancement
fixed-in-master
flag-request
help needed
missing-flag
missing-flag
pull-request
wrong-flag
wrong-flag
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flag-icons#221
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sshyran on GitHub (Mar 23, 2017).
Original GitHub issue: https://github.com/lipis/flag-icons/issues/355
Hi there, here's my 5 cents again,
to fix flag positioning in native Android browsers v.4.4 and down, you could add
.flag-icon {
position: inherit;
vertical-align: middle;
}
...into flag-icon.css
@lipis commented on GitHub (Feb 27, 2018):
Is that still an issue?