Fix toggle icon width on IE (fixes #198)

This commit is contained in:
Roman Hotsiy 2017-02-07 23:24:13 +02:00
parent 8f44f25eda
commit ee36392164
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,7 @@ zippy {
.param.complex > .param-name svg {
height: 1.2em;
width: 1.2em;
vertical-align: middle;
transition: all 0.3s ease;
}

View File

@ -53,6 +53,7 @@ $zippy-redirect-bg-color: rgba($zippy-redirect-color, .08);
.zippy-indicator svg {
height: 1.2em;
width: 1.2em;
vertical-align: top;
transition: all 0.3s ease;
transform: rotateZ(-180deg);