mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-21 12:10:32 +03:00
Minor UI fix: scroll for too long endpoint url
This commit is contained in:
parent
57b96a6eda
commit
a43d725256
|
@ -22,6 +22,8 @@ responses-list, params-list {
|
||||||
background-color: darken($black, 2%);
|
background-color: darken($black, 2%);
|
||||||
display: block;
|
display: block;
|
||||||
font-weight: $light;
|
font-weight: $light;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.method-endpoint > h5 {
|
.method-endpoint > h5 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user