Skip to content

Commit 0bdedbd

Browse files
author
James Newell
committed
resolve conflicts
2 parents 0f7374f + f2e21db commit 0bdedbd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

component.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "lists",
33
"description": "Generic structural list styles",
44
"main": "index.css",
5-
"scripts": ["index.css"],
5+
"styles": ["index.css"],
66
"license": "MIT"
7-
}
7+
}

index.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
font-size: 0;
1212
}
1313

14-
.list--horizontal .list__item {
14+
.list--horizontal > .list__item {
1515
display: inline-block;
1616
font-size: 1rem;
17+
vertical-align: top;
1718
}
1819

1920
/** justified list **/

0 commit comments

Comments
 (0)