mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 13:30:33 +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 {
|
||||
height: 1.2em;
|
||||
width: 1.2em;
|
||||
vertical-align: middle;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user