Projet

Général

Profil

0001-includes-remove-div-from-dataview-label-selector-711.patch

(patch associé côté publik-base-theme) - Frédéric Péters, 09 novembre 2022 17:02

Télécharger (724 octets)

Voir les différences:

Subject: [PATCH] includes: remove div from dataview label selector (#71176)

 static/includes/wcs/_bulk.scss | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
static/includes/wcs/_bulk.scss
356 356
		margin-top: 0;
357 357
		margin-bottom : 0;
358 358
	}
359
	span.label {
359
	.label {
360 360
		font-weight: bold;
361
		margin: 0;
361 362
	}
362 363
	.value {
363 364
		display: block;
364
-