mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-01-19 22:27: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 {
|
||||
padding: 5px;
|
||||
display: table-cell;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.tag a {
|
||||
|
|
Loading…
Reference in a new issue