Projet

Général

Profil

0003-css-remove-vertical-margin-on-dataview-list-44123.patch

Emmanuel Cazenave, 04 mars 2021 13:44

Télécharger (706 octets)

Voir les différences:

Subject: [PATCH 3/3] css: remove vertical margin on dataview list (#44123)

 wcs/qommon/static/css/qommon.scss | 4 ++++
 1 file changed, 4 insertions(+)
wcs/qommon/static/css/qommon.scss
299 299
div.dataview .value {
300 300
	display: block;
301 301
	margin-left: 1em;
302
	ul {
303
		 margin-top: 0;
304
		 margin-bottom : 0;
305
	}
302 306
}
303 307

  
304 308
form div.page,
305
-