mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-12 07:50:34 +03:00
Fix toggle icon width on IE (fixes #198)
This commit is contained in:
parent
8f44f25eda
commit
ee36392164
|
@ -93,6 +93,7 @@ zippy {
|
||||||
|
|
||||||
.param.complex > .param-name svg {
|
.param.complex > .param-name svg {
|
||||||
height: 1.2em;
|
height: 1.2em;
|
||||||
|
width: 1.2em;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
|
@ -53,6 +53,7 @@ $zippy-redirect-bg-color: rgba($zippy-redirect-color, .08);
|
||||||
|
|
||||||
.zippy-indicator svg {
|
.zippy-indicator svg {
|
||||||
height: 1.2em;
|
height: 1.2em;
|
||||||
|
width: 1.2em;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
transform: rotateZ(-180deg);
|
transform: rotateZ(-180deg);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user