Skip to content

Commit d741f89

Browse files
authored
Merge pull request #1769 from SpareBank1/develop_fix-text-zoom-accordion
fix(ffe-accordion): word-break content
2 parents eee9688 + 97d8ca8 commit d741f89

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/ffe-accordion/less/accordion.less

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
margin: 0;
1717
}
1818

19+
&__heading,
20+
&__body {
21+
word-break: break-word;
22+
hyphens: auto;
23+
}
24+
1925
&__heading-button {
2026
width: 100%;
2127
background: none;

0 commit comments

Comments
 (0)