Skip to content

MWPW-195239-Fixed extra space in KitchenSink page#6196

Open
hkhatana26 wants to merge 3 commits into
stagefrom
mwpw-195239-kitchen-sinkpage
Open

MWPW-195239-Fixed extra space in KitchenSink page#6196
hkhatana26 wants to merge 3 commits into
stagefrom
mwpw-195239-kitchen-sinkpage

Conversation

@hkhatana26

@hkhatana26 hkhatana26 commented Jun 18, 2026

Copy link
Copy Markdown
Contributor
  • The fix applies min-width: 0 to column elements within the Columns Table variant, allowing grid items to shrink correctly and preventing content from forcing a column to expand beyond its allocated space.

  • Changes Made
    .columns.columns-table > .row > .col {
    min-width: 0;
    }

Impact-

  • Ensures columns maintain equal widths in the Columns Table layout.
  • Resolves overflow and uneven column sizing issues on smaller viewports.
  • Scope is limited to the Columns Table variant and does not affect other Columns block layouts.

Resolves: MWPW-195239

Test URLs:

Dev validation:

Before:
Screenshot 2026-06-18 at 4 48 57 PM

After:
Screenshot 2026-06-18 at 4 49 19 PM

@hkhatana26 hkhatana26 requested a review from a team as a code owner June 18, 2026 11:20
@aem-code-sync

aem-code-sync Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch.
In case there are problems, just click the checkbox below to rerun the respective action.

  • Re-sync branch
Commits

Comment thread libs/blocks/columns/columns.css Outdated
Comment thread libs/blocks/columns/columns.css Outdated
Comment thread libs/blocks/columns/columns.css Outdated
@spadmasa

Copy link
Copy Markdown

@spadmasa spadmasa added the verified PR has been E2E tested by a reviewer label Jun 18, 2026
@milo-pr-merge

milo-pr-merge Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Skipped merging 6196: MWPW-195239-Fixed extra space in KitchenSink page due to failing or running checks

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

Labels

Ready for Stage verified PR has been E2E tested by a reviewer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants