This commit is contained in:
Jon McClure 2022-08-24 20:41:52 +01:00
parent 8985a77536
commit b6f365e045
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
/** Add an id to the article tag to target it with custom CSS. */
export let id: string | null = null;
/** ARIA role of the article. */
/** ARIA role of the article */
export let role: string | null = null;
interface ColumnWidths {

View file

@ -47,7 +47,7 @@
}
&.narrow {
max-width: var(--narrow-column-width, 330px);
max-width: var(--narrow-column-width, 510px);
}
&.wide {

View file

@ -144,7 +144,7 @@
/>
<Story
name="Mising altText"
name="Missing altText"
args="{{
width: 'wide',
captionWidth: 'normal',