Projet

Général

Profil

0001-css-remove-useless-specific-margin-on-.msg-system-57.patch

Thomas Jund, 29 septembre 2021 11:22

Télécharger (718 octets)

Voir les différences:

Subject: [PATCH] css: remove useless specific margin on .msg-system (#57392)

 static/includes/wcs/_bulk.scss | 4 ----
 1 file changed, 4 deletions(-)
static/includes/wcs/_bulk.scss
297 297
	background: #EEEEEE;
298 298
}
299 299

  
300
#evolutions .msg-system {
301
	margin-bottom: 30px;
302
}
303

  
304 300
ul#evolutions li span.item {
305 301
	// left circle icon
306 302
	position: absolute;
307
-