Add title wrap extension

* Implemented title wrap extension

* Update metadata.json

* Fixed comments
This commit is contained in:
Joris Kinable 2019-09-04 09:48:13 +02:00 committed by Marien Fressinaud
parent e9f0fad3e0
commit 8b50f74fd0
5 changed files with 710 additions and 0 deletions

View file

@ -0,0 +1,21 @@
.horizontal-list {
display: flex;
}
.horizontal-list.bottom {
display: table;
}
.flux .item {
flex-shrink: 0;
line-height: normal;
padding: .3em 0;
}
.flux .item > a {
white-space: normal;
}
.flux:not(.current):hover .item.title {
position: relative;
max-width: inherit;
}
.flux_header .title {
flex: auto;
}