Minor UI fix: scroll for too long endpoint url

This commit is contained in:
Roman Hotsiy 2016-05-18 22:12:41 +03:00
parent 57b96a6eda
commit a43d725256

View File

@ -22,6 +22,8 @@ responses-list, params-list {
background-color: darken($black, 2%);
display: block;
font-weight: $light;
white-space: nowrap;
overflow-x: auto;
}
.method-endpoint > h5 {