Adjust selector layout

This commit is contained in:
luis cielak 2018-09-12 12:06:33 -04:00 committed by luisgov
parent bc8b87eeeb
commit 7bbdf90991

View File

@ -120,6 +120,15 @@
color: $color-primary; color: $color-primary;
} }
} }
@include ie-only {
dl {
width: 100%;
padding-left: $gap*4;
}
}
} }
} }