float: left;
}
+.nowrap {
+ white-space: nowrap;
+}
+
/* Typography.less
* Headings, body text, lists, code, and more for a versatile and durable typography system
* ---------------------------------------------------------------------------------------- */
padding: 0 2px;
list-style: none;
display: flex;
- background: linear-gradient(#ddd 0%, #ddd 100%) repeat-x;
- background-size: 1px 1px;
+ flex-wrap: wrap;
+ background: linear-gradient(#fff 28px, #ddd 28px);
+ background-size: 1px 29px;
background-position: left bottom;
}