mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-03-31 00:37:45 +02:00
Make tag list wrappable and HTML whitespace tolerant
This commit is contained in:
parent
d7e16782e2
commit
d72ea2b527
1 changed files with 5 additions and 1 deletions
|
@ -70,7 +70,11 @@
|
||||||
.tag > span {
|
.tag > span {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
white-space: pre;
|
}
|
||||||
|
|
||||||
|
.tag-list {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag a {
|
.tag a {
|
||||||
|
|
Loading…
Add table
Reference in a new issue