Projet

Général

Profil

0001-css-align-wcs-draft-recall-block-with-title-and-form.patch

Thomas Jund, 12 avril 2021 17:36

Télécharger (1,12 ko)

Voir les différences:

Subject: [PATCH] css: align wcs draft recall block with title and form
 (#52991)

 static/includes/wcs/_bulk.scss | 1 +
 static/toodego/_custom.scss    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
static/includes/wcs/_bulk.scss
91 91

  
92 92
div#rub_service div.dataview,
93 93
div#rub_service dl#evolutions,
94
div#rub_service .drafts-recall,
94 95
div#rub_service form {
95 96
	padding: 0.5rem;
96 97
}
static/toodego/_custom.scss
480 480
	}
481 481
}
482 482

  
483
div.drafts-recall,
483
div#rub_service div.drafts-recall,
484 484
#content div#rub_service form {
485 485
	padding: 1ex 5rem;
486 486
	@media screen and (max-width: $desktop-limit) {
487
-