checkin
This commit is contained in:
parent
8985a77536
commit
b6f365e045
3 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
}
|
||||
|
||||
&.narrow {
|
||||
max-width: var(--narrow-column-width, 330px);
|
||||
max-width: var(--narrow-column-width, 510px);
|
||||
}
|
||||
|
||||
&.wide {
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@
|
|||
/>
|
||||
|
||||
<Story
|
||||
name="Mising altText"
|
||||
name="Missing altText"
|
||||
args="{{
|
||||
width: 'wide',
|
||||
captionWidth: 'normal',
|
||||
|
|
|
|||
Loading…
Reference in a new issue