We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f7374f + f2e21db commit 0bdedbdCopy full SHA for 0bdedbd
component.json
@@ -2,6 +2,6 @@
2
"name": "lists",
3
"description": "Generic structural list styles",
4
"main": "index.css",
5
- "scripts": ["index.css"],
+ "styles": ["index.css"],
6
"license": "MIT"
7
-}
+}
index.css
@@ -11,9 +11,10 @@
11
font-size: 0;
12
}
13
14
-.list--horizontal .list__item {
+.list--horizontal > .list__item {
15
display: inline-block;
16
font-size: 1rem;
17
+ vertical-align: top;
18
19
20
/** justified list **/
0 commit comments