Skip to content

fix: remove raw CSS rendered as plain text at bottom of page#1416

Merged
aryandas2911 merged 2 commits into
aryandas2911:mainfrom
alok-kumar0421:fix-dashboard-card-height
Jun 7, 2026
Merged

fix: remove raw CSS rendered as plain text at bottom of page#1416
aryandas2911 merged 2 commits into
aryandas2911:mainfrom
alok-kumar0421:fix-dashboard-card-height

Conversation

@alok-kumar0421
Copy link
Copy Markdown
Contributor

Description

This PR fixes an issue where raw CSS code was being displayed as plain text at the bottom of the page.

Root Cause

CSS rules were accidentally placed after the closing </html> tag in frontend/index.html, causing the browser to render them as visible text instead of interpreting them as styles.

Changes Made

  • Removed the unintended CSS code from frontend/index.html
  • Ensured no CSS content is rendered as plain text
  • Verified the footer and page layout render correctly

Testing

  • Ran the application locally
  • Confirmed that the raw CSS is no longer displayed at the bottom of the page
  • Verified normal page rendering after the fix

Fixes #1339

@alok-kumar0421
Copy link
Copy Markdown
Contributor Author

Implemented the fix for the raw CSS being rendered as plain text at the bottom of the page.

Root cause:
CSS code was accidentally placed after the closing tag in frontend/index.html.

Verified locally that the CSS is no longer displayed and the page renders correctly.

@alok-kumar0421
Copy link
Copy Markdown
Contributor Author

@aryandas2911 please review pr

@aryandas2911 aryandas2911 merged commit 0bc425a into aryandas2911:main Jun 7, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CSS Styles Displaying as Plain Text at the Bottom of the Page

2 participants