mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Avoid text overflow when displaying attachments
This commit is contained in:
parent
bc20e0884b
commit
5546dd99a5
2 changed files with 4 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -665,6 +665,7 @@ a.button {
|
||||||
|
|
||||||
.entry-enclosure-download {
|
.entry-enclosure-download {
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.enclosure-video video,
|
.enclosure-video video,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue