Fix sha icon positioning on safari

This commit is contained in:
Annabel Dunstone 2016-07-21 08:38:19 -07:00
parent 420f117df9
commit a6780a77df

View file

@ -76,7 +76,7 @@
svg {
height: 14px;
width: auto;
width: 14px;
vertical-align: middle;
fill: $table-text-gray;
}
@ -158,7 +158,7 @@
svg {
width: 12px;
height: auto;
height: 12px;
vertical-align: middle;
margin-right: 4px;
}