Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tf committed Aug 30, 2023
1 parent 41c83a3 commit c3ca591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ namespace :pageflow_scrolled do

account = seeds.account(name: 'storybook-seed') do |account_in_progress|
account_in_progress.features_configuration =
account_in_progress.features_configuration.merge('scrolled_entry_type' => true,
'frontend_v2' => true)
account_in_progress.features_configuration.merge('scrolled_entry_type' => true)
end

seeds.sample_scrolled_entry(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function TwoColumn(props) {
return (
<div className={classNames(styles.root, styles[props.align])}>
<div className={classNames(styles.group)} key={props.align}>
<div className={styles.inline} ref={props.contentAreaRef} />
<div className={classNames(styles.inline)} ref={props.contentAreaRef} />
</div>
{renderItems(props, shouldInline)}
{renderPlaceholder(props.placeholder)}
Expand Down

0 comments on commit c3ca591

Please sign in to comment.