[PR #584] [MERGED] Fix Grid width is wrong in responsive mode #2244

Open
opened 2026-01-29 18:17:55 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/584
Author: @jiaming0708
Created: 8/23/2022
Status: Merged
Merged: 8/24/2022
Merged by: @enchev

Base: masterHead: fix-grid-rwd


📝 Commits (2)

  • aa1ed48 style: fix grid width is wrong in responsive mode
  • b4c642c style: adjust tbody layer under table

📊 Changes

1 file changed (+4 additions, -3 deletions)

View changed files

📝 Radzen.Blazor/themes/components/blazor/_grid.scss (+4 -3)

📄 Description

The column width should be 100% in responsive mode

  • before
    image
  • after
    image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/584 **Author:** [@jiaming0708](https://github.com/jiaming0708) **Created:** 8/23/2022 **Status:** ✅ Merged **Merged:** 8/24/2022 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `fix-grid-rwd` --- ### 📝 Commits (2) - [`aa1ed48`](https://github.com/radzenhq/radzen-blazor/commit/aa1ed489f218321917886fe1bebd141e97e50608) style: fix grid width is wrong in responsive mode - [`b4c642c`](https://github.com/radzenhq/radzen-blazor/commit/b4c642caf3f0f43d0f2842babcf08f3013d1fd92) style: adjust tbody layer under table ### 📊 Changes **1 file changed** (+4 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/themes/components/blazor/_grid.scss` (+4 -3) </details> ### 📄 Description The column width should be 100% in responsive mode - before ![image](https://user-images.githubusercontent.com/8855285/186062245-20ba2bec-db1b-45a5-a681-97531de65ca2.png) - after ![image](https://user-images.githubusercontent.com/8855285/186062319-6cea9f14-03d9-4477-ae19-2f853a302135.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:17:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2244