We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f371962 + a07b78f commit 6a0432fCopy full SHA for 6a0432f
1 file changed
entry_types/scrolled/package/src/contentElements/externalLinkList/linkWidths.js
@@ -10,6 +10,8 @@ export const linkWidths = {
10
}
11
12
export function maxLinkWidth({layout, textPosition, width}) {
13
+ width = width || contentElementWidths.md;
14
+
15
if (layout === 'center' || layout === 'centerRagged') {
16
if (textPosition === 'right') {
17
return {
0 commit comments