Skip to content

Commit

Permalink
fix(js): preference row (novuhq#6545)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiswaViraj authored Sep 22, 2024
1 parent 6f9ffec commit 99bbf11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ const PreferencesRow = (props: {
animate={{ gridTemplateRows: ['0fr', '1fr'] }}
exit={{ gridTemplateRows: ['1fr', '0fr'] }}
transition={{ duration: 0.2, easing: 'ease-out' }}
class={style('channelsContainerCollapsible', 'nt-grid')}
class={style('channelsContainerCollapsible', 'nt-grid nt-self-stretch')}
>
<div class={style('channelsContainer', 'nt-overflow-hidden nt-flex-col nt-gap-1')}>
<Show when={props.isCritical}>
Expand Down

0 comments on commit 99bbf11

Please sign in to comment.