Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Consent renders information image incorrect in Chrome

Open Beginner friendly
#2,122 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
90/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Active
Tech stack
css, html
Domain
frontend

Research direction

Find the CSS rule for body .ie11__label>label.tooltip, body label.tooltip in the project's stylesheets. Add display: block; and background-position: left 23px top 0px; to that rule. Test the fix by loading the consent page in Chrome and verifying the information image renders correctly.

Written by the indexing model from the issue text.

Description

Image

It turns out that body .ie11__label>label.tooltip, body label.tooltip style of <label tabindex="0" for="tooltip1consent_attribute_source_engineblock" class="tooltip"> misses display causing it to default to inline causing the width (and height) style to have no effect.

Image

Setting display: block and background-position: left 23px top 0px rectifies this behaviour and fixes the problem.

Image
Dominant language
PHP
Stars
17
Forks
25
Avg merge
4d 1h
Merged PRs (30d)
1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from OpenConext/OpenConext-engineblock

All issues in OpenConext/OpenConext-engineblock

Similar issues

More PHP issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.