Skip to content

fix: make CSV importer review step table fill available height#153

Open
IzumiSy wants to merge 2 commits intomainfrom
fix_csv_data_preview_table_height
Open

fix: make CSV importer review step table fill available height#153
IzumiSy wants to merge 2 commits intomainfrom
fix_csv_data_preview_table_height

Conversation

@IzumiSy
Copy link
Copy Markdown
Contributor

@IzumiSy IzumiSy commented Apr 3, 2026

The review step table in the CSV importer was accidentally constrained to a fixed height (max-h-[400px]).

This change makes it stretch to fill the remaining available space in the drawer.

Changes

  • Added flex-1 min-h-0 to the review step root div
  • Replaced max-h-[400px] with flex-1 min-h-0 on the table container

Before

スクリーンショット 2026-04-03 14 27 29

After

スクリーンショット 2026-04-03 14 28 08

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Apr 3, 2026

Open in StackBlitz

npm i https://pkg.pr.new/@tailor-platform/app-shell@153
npm i https://pkg.pr.new/@tailor-platform/app-shell-vite-plugin@153

commit: 83d28df

@IzumiSy IzumiSy self-assigned this Apr 3, 2026
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.

1 participant