Projet

Général

Profil

0001-css-exclude-workflow-actions-buttons-from-order-and-.patch

Thomas Jund, 04 janvier 2021 16:48

Télécharger (786 octets)

Voir les différences:

Subject: [PATCH] css: exclude workflow actions buttons from order and
 alignement params (#49845)

 static/includes/_forms.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
static/includes/_forms.scss
584 584

  
585 585
// Buttons order & alignment configuration
586 586
@if $buttons-order or $buttons-alignment {
587
	div.buttons {
587
	.quixote:not(#wf-actions) div.buttons {
588 588
		display: flex;
589 589
		flex-wrap: wrap;
590 590
		justify-content: $buttons-alignment;
591
-