Skip to content

Commit e417095

Browse files
fix: typos
1 parent ad7343c commit e417095

File tree

2 files changed

+1
-75
lines changed

2 files changed

+1
-75
lines changed

docs-site/src/pages/pattern-lab/_patterns/02-components/list/10-list-item-variations.twig

Lines changed: 0 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -79,77 +79,3 @@
7979
]
8080
} only %}
8181
{# End component specific code #}
82-
83-
84-
85-
{# <h3>Test</h3>
86-
<div class="t-bolt-light u-bolt-padding-small">
87-
{% include "@bolt-components-list/list.twig" with {
88-
display: "inline",
89-
separator: "solid",
90-
items: [
91-
button_1,
92-
button_2,
93-
button_3,
94-
]
95-
} only %}
96-
</div>
97-
98-
<h3>Test</h3>
99-
<div class="t-bolt-light u-bolt-padding-small">
100-
{% include "@bolt-components-list/list.twig" with {
101-
display: "inline",
102-
separator: "solid",
103-
inset: true,
104-
items: [
105-
button_1,
106-
button_2,
107-
button_3,
108-
]
109-
} only %}
110-
</div>
111-
112-
<h3>Test</h3>
113-
<div class="t-bolt-light u-bolt-padding-small">
114-
{% include "@bolt-components-list/list.twig" with {
115-
display: "flex",
116-
items: [
117-
button_1,
118-
button_2,
119-
button_3,
120-
]
121-
} only %}
122-
</div>
123-
124-
<h3>Test</h3>
125-
<div class="t-bolt-light u-bolt-padding-small">
126-
{% include "@bolt-components-list/list.twig" with {
127-
display: "flex",
128-
separator: "solid",
129-
items: [
130-
button_1,
131-
button_2,
132-
button_3,
133-
button_1,
134-
button_2,
135-
button_3,
136-
]
137-
} only %}
138-
</div>
139-
140-
<h3>Test</h3>
141-
<div class="t-bolt-light u-bolt-padding-small">
142-
{% include "@bolt-components-list/list.twig" with {
143-
display: "flex",
144-
separator: "solid",
145-
inset: true,
146-
items: [
147-
button_1,
148-
button_2,
149-
button_3,
150-
button_1,
151-
button_2,
152-
button_3,
153-
]
154-
} only %}
155-
</div> #}

packages/components/bolt-list/src/list.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
//
100100
// Hiding overflow on the custom element is a trick to get the separators to display correctly with Flex List:
101101
// 1. This will hide the separators on the far left and far top.
102-
// 2. This is to counter the overflow hidden a little bit, so when elements that do overflow (button and card shadows) get passed into an item, the chopping is less noticable.
102+
// 2. This is to counter the overflow hidden a little bit, so when elements that do overflow (button and card shadows) get passed into an item, the chopping is less noticeable.
103103
// 3. This does a little extra to counter the built-in spacing.
104104
@include bolt-repeat-rule((
105105
"bolt-list[display='flex'][separator='solid']",

0 commit comments

Comments
 (0)