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:32

Télécharger (705 octets)

Voir les différences:

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

 gadjo/static/css/gadjo.scss | 5 +++++
 1 file changed, 5 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
		display: block;
481
		clear: both;
482
	}
478 483
}
479 484

  
480 485
ul.apps li {
481
-