Scaffold all company cards as widgets (#15149)
This PR doesn't support mobile and side-panel modes. The fields tab will be displayed in these cases. ## Demo https://github.com/user-attachments/assets/0b2e699c-2b8e-4212-8c75-00d7d2e25237 --------- Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
This commit is contained in:
committed by
GitHub
parent
357a12f902
commit
f6d133f285
+1
@@ -8,6 +8,7 @@ import { type PageLayoutWidget } from '~/generated/graphql';
|
||||
const StyledContainer = styled.div`
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
`;
|
||||
|
||||
type FieldsWidgetProps = {
|
||||
|
||||
Reference in New Issue
Block a user