Skip to content

Conversation

@amandasenaratne
Copy link

@amandasenaratne amandasenaratne commented Aug 27, 2025

Purpose

Correct display and styling inconsistencies in the documentation tiles.
Removes redundant display: inline-block from .tile CSS and ensures all links render correctly.
Improves maintainability and readability of the documentation.

Goals

Make sure all links in the documentation resolve correctly.
Improve maintainability by correcting invalid HTML/CSS.
Improve readability and professionalism of the documentation.

Approach

Removed display: inline-block; from .tile CSS as it conflicted with display: flex;.
Verified tiles render properly across desktop and mobile viewports.
Fixed minor spacing issues and cleaned up redundant CSS properties.

User stories

As a documentation reader, I want tiles and links to display correctly so I can navigate content efficiently.
As a developer, I want clean, maintainable CSS for the tiles so future updates are easier.

Release note

Fixed CSS and HTML issues in documentation tiles, improving rendering, maintainability, and link resolution.

Documentation

Changes directly affect the HTML/CSS of the documentation UI.

Training

N/A

Certification

N/A

Marketing

N/A

Automation tests

  • Unit tests

    N/A

  • Integration tests

    N/A

Security checks

Samples

N/A

Related PRs

N/A

Migrations (if applicable)

N/A

Test environment

Windows 10, Chrome 139
Verified mobile responsiveness on 768px and 480px breakpoints

Learning

Verified CSS behavior using Chrome DevTools.
Referenced W3C CSS guidelines for flexbox and display properties.
Optimized the UI for responsiveness

@CLAassistant
Copy link

CLAassistant commented Aug 27, 2025

CLA assistant check
All committers have signed the CLA.

@tharikaGitHub
Copy link
Member

tharikaGitHub commented Sep 5, 2025

Hi @amanda-senarathne,

Can you provide a screenshot if possible to depict the visual changes with and without the fix? Also let's provide a meaningful title for the PR.

Thanks,
Tharika.

@tharikaGitHub
Copy link
Member

Hi @amandasenaratne,

I'm closing this issue due to inactivity. Please reopen if required when the concerns above are addressed.

Thanks,
Tharika.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants