Projet

Général

Profil

0001-css-set-minimum-height-for-endpoint-s-blocks-39034.patch

Serghei Mihai, 16 janvier 2020 18:02

Télécharger (667 octets)

Voir les différences:

Subject: [PATCH] css: set minimum height for endpoint's blocks (#39034)

 passerelle/static/css/style.css | 1 +
 1 file changed, 1 insertion(+)
passerelle/static/css/style.css
229 229
	list-style-type: none;
230 230
	margin: 0.75em 0;
231 231
	position: relative;
232
	min-height: 2em;
232 233
}
233 234

  
234 235
#endpoints .get-method .method-name {
235
-