Projet

Général

Profil

0001-style-make-sure-floating-app-icons-don-t-disturb-nex.patch

Frédéric Péters, 13 juin 2018 12:15

Télécharger (685 octets)

Voir les différences:

Subject: [PATCH] style: make sure floating app icons don't disturb next cells
 (#24501)

 gadjo/static/css/gadjo.scss | 4 ++++
 1 file changed, 4 insertions(+)
gadjo/static/css/gadjo.scss
475 475
	margin-top: 2em;
476 476
	margin-bottom: 2em;
477 477
	padding: 0;
478
	&::after {
479
		content: "";
480
		clear: both;
481
	}
478 482
}
479 483

  
480 484
ul.apps li {
481
-