css: set minimum height for endpoint's blocks (#39034)

This commit is contained in:
Serghei Mihai 2020-02-17 09:15:46 +01:00
parent 8cbbd99afc
commit 2e0dbd2a3e
1 changed files with 1 additions and 0 deletions

View File

@ -228,6 +228,7 @@ ul.get-params {
list-style-type: none;
margin: 0.75em 0;
position: relative;
min-height: 2em;
}
#endpoints .get-method .method-name {