mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-20 06:37:59 +01:00
don't allow text inside tag spans to wrap
This commit is contained in:
parent
999f66f800
commit
243e13613d
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@
|
||||||
.tag > span {
|
.tag > span {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
|
white-space: pre;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag a {
|
.tag a {
|
||||||
|
|
Loading…
Reference in a new issue