Projet

Général

Profil

0001-scss-force-alignment-for-blocks-defining-grid-elemen.patch

Frédéric Péters, 23 mai 2022 16:17

Télécharger (828 octets)

Voir les différences:

Subject: [PATCH] scss: force alignment for blocks defining grid elements
 withing grids (#65572)

 static/includes/_forms.scss | 5 +++++
 1 file changed, 5 insertions(+)
static/includes/_forms.scss
676 676
	}
677 677
}
678 678

  
679
/* force alignment for blocks defining grid elements withing grids */
680
.BlockSubWidget.widget {
681
	margin-bottom: 0;
682
}
683

  
679 684
/* mark forms optional fields and hide the required ones */
680 685
.widget-optional span.optional {
681 686
	display: none;
682
-