hopefully final fix for spacings

This commit is contained in:
Henry Jameson 2021-08-18 20:54:04 +03:00
parent 0087d33c75
commit e98a2af39e
2 changed files with 24 additions and 16 deletions

View file

@ -2,10 +2,9 @@
.showMoreLess {
white-space: normal;
color: var(--link);
margin-right: 0.25em;
}
.mention-link {
.mention-link:not(:last-child) {
margin-right: 0.25em;
}
}