refactored items list to use handlebars partials
Additions: - added flexnowrap CSS class -> no strange wrapping of item lines Changes: - reduced most of the non-maintainable HTML-code repitition - made item list entries as flat as possible
This commit is contained in:
parent
f52a491f73
commit
6fe95d10db
2 changed files with 162 additions and 239 deletions
|
@ -32,6 +32,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.flexnowrap {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
.flexcol {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue