Skip to content

Commit

Permalink
fix brekkpunkt 2xl (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
johatr authored Sep 29, 2023
1 parent 82885a9 commit ec2a0b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/view/dialog/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ export function Dialog() {
<div
className={classNames('w-full', {
'flex flex-col ': compactMode && !visAktivitet,
'xl:max-w-248': !compactMode
'xl:max-w-248': !compactMode,
'2xl:flex 2xl:flex-col': compactMode
})}
>
<ManagedDialogCheckboxes dialog={valgtDialog} visible={!!bruker?.erVeileder} />
Expand Down

0 comments on commit ec2a0b7

Please sign in to comment.