no line breaking within tags
This commit is contained in:
parent
bde75df8ca
commit
6554dfd54c
1 changed files with 5 additions and 2 deletions
|
@ -214,11 +214,14 @@ footer {
|
|||
grid-area: 1 / 3 / auto / auto;
|
||||
}
|
||||
|
||||
:is(#tags, #links) ul {
|
||||
#tags ul, #links ul {
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-flow: wrap row;
|
||||
}
|
||||
|
||||
:is(#tags, #links) li {
|
||||
#tags li, #links li {
|
||||
display: inline;
|
||||
margin-right: 0.75em;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue