Skip to content

Commit

Permalink
Fix list item bullets in IE
Browse files Browse the repository at this point in the history
**Why**: Browser compatability fix
  • Loading branch information
hursey013 committed Sep 30, 2016
1 parent 7d2c99f commit 65df3e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/components/_list.scss
Expand Up @@ -10,9 +10,9 @@
color: $teal;
content: '';
font-size: 2rem;
line-height: 1rem;
line-height: 1.5rem;
padding-right: .5rem;
vertical-align: text-top;
vertical-align: -3px;
}
}
}

0 comments on commit 65df3e4

Please sign in to comment.