Projet

Général

Profil

0001-style-set-button-display-to-inline-block-61028.patch

Frédéric Péters, 08 février 2022 17:33

Télécharger (647 octets)

Voir les différences:

Subject: [PATCH] style: set button display to inline-block (#61028)

 gadjo/static/css/_forms.scss | 1 +
 1 file changed, 1 insertion(+)
gadjo/static/css/_forms.scss
84 84
}
85 85

  
86 86
%button {
87
	display: inline-block;
87 88
	padding: 5px 15px;
88 89
	cursor: pointer;
89 90
	border: 0px solid #aaa;
90
-