Projet

Général

Profil

0001-style-collapse-borders-of-single-list-in-section-218.patch

côté gadjo - Frédéric Péters, 14 février 2018 09:41

Télécharger (692 octets)

Voir les différences:

Subject: [PATCH] style: collapse borders of single list in section (#21838)

 gadjo/static/css/gadjo.scss | 3 +++
 1 file changed, 3 insertions(+)
gadjo/static/css/gadjo.scss
1065 1065
			}
1066 1066
		}
1067 1067
	}
1068
	> div > ul.objects-list:first-child:last-child { // single child
1069
		margin: calc(-1rem - 1px);
1070
	}
1068 1071
}
1069 1072

  
1070 1073
@import 'grid';
1071
-