Skip to content

Commit

Permalink
Legger til overflow-wrap på forhåndsvisning
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornarne committed Dec 9, 2024
1 parent 6dad24c commit 06c344c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function Forhandsvisning({ setVisHovedinnhold }) {
}, [ref]);

return (
<HStack className={`${styles.preview} ${styles.mt16}`}>
<HStack className={`${styles.preview} ${styles.mt16} ${styles.wrapText}`}>
<Box>
<HStack align="start" gap="4" className={styles.mb9}>
<Button ref={ref} variant="primary" onClick={() => setVisHovedinnhold(true)}>
Expand Down

0 comments on commit 06c344c

Please sign in to comment.