List of links - bullet issue

Hello,

We are experiencing the following behavior after migration to Drupal 8. All lists containing links are going from something like this:
image

to this:
image

Original source code is contained in basic pages and is similar to this:

<ul>
	<li>
	<h2><a href="https://test-en-dep-cv-cl-v2.web.cern.ch/cv-operations-procedures-view">Operation Procedures</a></h2>
	</li>
	<li>
	<h2><a href="https://test-en-dep-cv-cl-v2.web.cern.ch/cv-analyse-procedures-view">Specification Procedures</a></h2>
	</li>
</ul>

Removing h2 tag solves the problem but decreases the text size.

Any suggestion?

Thanks,
Juan

Hello there,

I visited the website and cannot find the block you are referring. Can you please specify in which page you see it?

Konstantinos

Hi Konstantinos,

Most of the site is internal to the department but you should be able to check it now:
https://test-en-dep-cv-cl-v2.web.cern.ch/content/cv-cl-procedures

Thanks

Hello Juan,

I confirm that this is a bug so I created a ticket to be deployed in the next patch version..

By the way it is caused because you use h2 and it is not supported in the current version. If you want an immediate solution until it is fixed, you can remove the <h2> wrappers.

Konstantinos

Great, thank you Konstantinos

Hello Juan,

I applied a fix for the issue and will be deployed in version 2.6.4 of CERN Theme.

Konstantinos