mirror of
https://git.sr.ht/~sircmpwn/hub.sr.ht
synced 2024-12-04 12:15:31 +01:00
Ellipsize overflow on events
This commit is contained in:
parent
07251c0336
commit
69c60fb4c4
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@
|
|||
|
||||
p {
|
||||
margin-bottom: 0;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue