johno/furtive

input checkbox "state" unviewable on some devices

Open

#61 opened on 2017年12月8日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)HTML (610 stars) (43 forks)batch import
good first issue

説明

When viewing on a Galaxy Tab A/Firefox Browser, checkbox inputs are elongated and the visible "check/x" is never shown...

Screenshot attached from your site.

I traced it down to this code:

input[type="checkbox"]` {
  padding: .5rem;

I 've manually override it with this...

input[type="checkbox"] {
  padding: 0;
  margin: .5rem;
}

screenshot_20171208-132449

コントリビューターガイド

input checkbox "state" unviewable on some devices · johno/furtive#61 | Good First Issue