mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-12 07:50:34 +03:00
Fix broken tabs styling for response samples
This commit is contained in:
parent
822d84c9f8
commit
2da84ec20d
|
@ -22,7 +22,7 @@ header {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host > tabs > ul li {
|
:host /deep/ > tabs > ul li {
|
||||||
font-family: $headers-font;
|
font-family: $headers-font;
|
||||||
font-size: 0.929em;
|
font-size: 0.929em;
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
|
@ -42,6 +42,6 @@ header {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
:host tabs ul {
|
:host /deep/ tabs ul {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user