Fix button group breaking (#50064)
* Use Flex instead of Group for items in button * Allow column picker to stretch to match the height of the element * Fix height of data picker buttons * Make sure the whole button is clickable * Add e2e test for metabase/metabase#50038 * Use correct id for issue in e2e test Co-authored-by:Kamil Mielnik <kamil@kamilmielnik.com> --------- Co-authored-by:
Kamil Mielnik <kamil@kamilmielnik.com>
Showing
- e2e/test/scenarios/question-reproductions/reproductions-3.cy.spec.js 79 additions, 0 deletions...enarios/question-reproductions/reproductions-3.cy.spec.js
- frontend/src/metabase/querying/notebook/components/DataStep/DataStep.styled.tsx 1 addition, 0 deletions...querying/notebook/components/DataStep/DataStep.styled.tsx
- frontend/src/metabase/querying/notebook/components/DataStep/DataStep.tsx 1 addition, 1 deletion...tabase/querying/notebook/components/DataStep/DataStep.tsx
- frontend/src/metabase/querying/notebook/components/JoinStep/JoinTablePicker/JoinTablePicker.styled.tsx 1 addition, 0 deletions...nents/JoinStep/JoinTablePicker/JoinTablePicker.styled.tsx
- frontend/src/metabase/querying/notebook/components/JoinStep/JoinTablePicker/JoinTablePicker.tsx 1 addition, 1 deletion...k/components/JoinStep/JoinTablePicker/JoinTablePicker.tsx
- frontend/src/metabase/querying/notebook/components/NotebookCell/NotebookCell.styled.tsx 1 addition, 1 deletion.../notebook/components/NotebookCell/NotebookCell.styled.tsx
- frontend/src/metabase/querying/notebook/components/NotebookDataPicker/NotebookDataPicker.tsx 6 additions, 4 deletions...book/components/NotebookDataPicker/NotebookDataPicker.tsx
Loading
Please register or sign in to comment