Skip to content

Commit

Permalink
fix:(ui-patterns): show actual class name passed (#663)
Browse files Browse the repository at this point in the history
Co-authored-by: Sal Tijerina <r.sal.tijerina@gmail.com>
  • Loading branch information
wesleyboar and rstijerina authored Jul 14, 2023
1 parent 837101a commit 73dc8b7
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ function UIPatternsSection() {
density="compact"
direction="horizontal"
data={{
contentClassName:
styles['content--has-list-to-illustrate-scrolling'],
contentClassName: 'content--has-list-to-illustrate-scrolling',
header: 'Milk',
content: 'Cow, Soy, Nut',
contentShouldScroll: <code>true</code>,
Expand All @@ -75,8 +74,7 @@ function UIPatternsSection() {
className={styles['term-details']}
direction="vertical"
data={{
contentClassName:
styles['content--has-table-to-illustrate-scrolling'],
contentClassName: 'content--has-table-to-illustrate-scrolling',
header:
'Section with <SectionTableWrapper> and <InfiniteScrollTable>',
content: '(paragraph, table, paragraph)',
Expand Down Expand Up @@ -122,8 +120,8 @@ function UIPatternsSection() {
className={styles['term-details']}
direction="vertical"
data={{
className: styles['is-resizable'],
contentClassName: styles['content--should-always-show-scrollbar'],
className: 'is-resizable',
contentClassName: 'content--should-always-show-scrollbar',
header: 'Header',
content: (
<>
Expand Down

0 comments on commit 73dc8b7

Please sign in to comment.